HomeSort by: relevance | last modified time | path
    Searched defs:rbtail (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
802 sc->rbtail = NRXBUF-1;
1226 sc->rbuffs[sc->rbtail], last );
1229 sc->rbuffs[sc->rbtail], last );
1231 sc->rbtail = ( sc->rbtail + 1 ) % NRXBUF;

Completed in 12 milliseconds