rbindex           833 dev/ic/i82596.c 	int	rbindex, count = 0;
rbindex           837 dev/ic/i82596.c 	*start = rbindex = sc->rbhead;
rbindex           840 dev/ic/i82596.c 		off = IE_RBD_STATUS(rbbase, rbindex);
rbindex           850 dev/ic/i82596.c 			print_rbd(sc, rbindex);
rbindex           854 dev/ic/i82596.c 			    sc->sc_dev.dv_xname, rbindex);
rbindex           859 dev/ic/i82596.c 		if (++rbindex == sc->nrxbuf)
rbindex           860 dev/ic/i82596.c 			rbindex = 0;
rbindex           864 dev/ic/i82596.c 	*end = rbindex;
rbindex           880 dev/ic/i82596.c 	register int	rbindex = start;
rbindex           884 dev/ic/i82596.c 		off = IE_RBD_STATUS(rbbase, rbindex);
rbindex           886 dev/ic/i82596.c 		if (++rbindex == sc->nrxbuf)
rbindex           887 dev/ic/i82596.c 			rbindex = 0;
rbindex           888 dev/ic/i82596.c 	} while (rbindex != end);
rbindex           891 dev/ic/i82596.c 	rbindex = ((rbindex == 0) ? sc->nrxbuf : rbindex) - 1;
rbindex           892 dev/ic/i82596.c 	off = IE_RBD_BUFLEN(rbbase, rbindex);
rbindex           902 dev/ic/i82596.c 	sc->rbtail = rbindex;