HomeSort by: relevance | last modified time | path
    Searched defs:rfhead (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 226 int rfhead, rftail; member in struct:ie_softc
  /src/sys/arch/acorn32/podulebus/
if_ie.c 138 int rfhead, rftail, rbhead, rbtail; member in struct:ie_softc
799 sc->rfhead = 0;
1267 sc->rfhead = ( sc->rfhead + 1 ) % NFRAMES;
1291 i = sc->rfhead;

Completed in 38 milliseconds