Home | History | Annotate | Download | only in ic

Lines Matching defs:rbindex

743 	int	rbindex, count = 0;
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;
790 off = IE_RBD_STATUS(rbbase, rbindex);
792 if (++rbindex == sc->nrxbuf)
793 rbindex = 0;
794 } while (rbindex != end);
797 rbindex = ((rbindex == 0) ? sc->nrxbuf : rbindex) - 1;
798 off = IE_RBD_BUFLEN(rbbase, rbindex);
808 sc->rbtail = rbindex;