Searched refs:rbtail (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_ievar.h119 int rfhead, rftail, rbhead, rbtail; member in struct:ie_softc
H A Dif_ie.c1035 sc->rbuffs[sc->rbtail]->ie_rbd_length &= ~IE_RBD_LAST;
1036 sc->rbtail = (sc->rbtail + 1) % sc->nrxbuf;
1337 sc->rbtail = sc->nrxbuf - 1;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82586var.h227 int rbhead, rbtail; member in struct:ie_softc
H A Di82586.c805 off = IE_RBD_BUFLEN(rbbase, sc->rbtail);
811 sc->rbtail = rbindex;
849 if ((n == sc->rbtail) ^ ((val & IE_RBD_EOL) != 0)) {
850 /* `rbtail' and EOL flag out of sync */
1484 * The RBD pointed to by rbtail is the only one that has EOL set.
1487 sc->rbtail = sc->nrxbuf - 1;
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c146 int rfhead, rftail, rbhead, rbtail; member in struct:ie_softc
807 sc->rbtail = NRXBUF-1;
1232 sc->rbuffs[sc->rbtail], last );
1235 sc->rbuffs[sc->rbtail], last );
1237 sc->rbtail = ( sc->rbtail + 1 ) % NRXBUF;

Completed in 191 milliseconds