HomeSort by: relevance | last modified time | path
    Searched defs:rbhead (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sun3/dev/
if_ievar.h 119 int rfhead, rftail, rbhead, rbtail; member in struct:ie_softc
  /src/sys/dev/ic/
i82586var.h 227 int rbhead, rbtail; member in struct:ie_softc
  /src/sys/arch/acorn32/podulebus/
if_ie.c 138 int rfhead, rftail, rbhead, rbtail; member in struct:ie_softc
801 sc->rbhead = 0;
1048 int head = sc->rbhead;
1053 sc->rbuffs[sc->rbhead], actual );
1090 head = sc->rbhead;
1205 sc->rbuffs[sc->rbhead], actual );
1215 sc->rbuffs[sc->rbhead], last );
1218 sc->rbuffs[sc->rbhead], last );
1221 sc->rbuffs[sc->rbhead], 0 );
1223 sc->rbhead = ( sc->rbhead + 1 ) % NRXBUF
    [all...]

Completed in 13 milliseconds