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

/netbsd-current/sys/dev/ic/
H A Di82586.c743 int rbindex, count = 0; local
747 *start = rbindex = sc->rbhead;
750 off = IE_RBD_STATUS(rbbase, rbindex);
759 print_rbd(sc, rbindex);
763 device_xname(sc->sc_dev), rbindex);
768 if (++rbindex == sc->nrxbuf)
769 rbindex = 0;
773 *end = rbindex;
786 int rbindex = start; local
790 off = IE_RBD_STATUS(rbbase, rbindex);
[all...]

Completed in 87 milliseconds