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

/openbsd-current/sys/dev/ic/
H A Di82596var.h247 int rbhead, rbtail; member in struct:ie_softc
H A Di82596.c879 off = IE_RBD_BUFLEN(rbbase, sc->rbtail);
885 sc->rbtail = rbindex;
925 if ((n == sc->rbtail) ^ ((val & IE_RBD_EOL) != 0)) {
926 /* `rbtail' and EOL flag out of sync */
1601 * The RBD pointed to by rbtail is the only one that has EOL set.
1604 sc->rbtail = sc->nrxbuf - 1;
/openbsd-current/sys/dev/isa/
H A Dif_ie.c227 int rfhead, rftail, rbhead, rbtail; member in struct:ie_softc
1303 sc->rbuffs[sc->rbtail]->ie_rbd_length &= ~IE_RBD_LAST;
1304 sc->rbtail = (sc->rbtail + 1) % NRXBUF;
1783 sc->rbtail = NRXBUF - 1;

Completed in 134 milliseconds