Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
i82586.c | 743 int rbindex, count = 0; local in function:i82586_get_rbd_list 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 in function:i82586_release_rbd_list 790 off = IE_RBD_STATUS(rbbase, rbindex); [all...] |
i82586.c | 743 int rbindex, count = 0; local in function:i82586_get_rbd_list 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 in function:i82586_release_rbd_list 790 off = IE_RBD_STATUS(rbbase, rbindex); [all...] |