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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Dohci.h245 uint16_t sc_intr_stat[OHCI_NO_EDS]; member in struct:ohci_softc
H A Duhci.h232 uint16_t sc_intr_stat[UHCI_IFRAMELIST_COUNT]; member in struct:uhci_softc
H A Dehci.h337 uint16_t sc_intr_stat[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_softc
H A Dohci.c1768 if (sc->sc_intr_stat[x] <
1769 sc->sc_intr_stat[best]) {
1779 sc->sc_intr_stat[best]++;
1791 sc->sc_intr_stat[xfer->qh_pos]--;
H A Duhci.c2026 if (sc->sc_intr_stat[x] <
2027 sc->sc_intr_stat[best]) {
2037 sc->sc_intr_stat[best]++;
2049 sc->sc_intr_stat[xfer->qh_pos]--;
H A Dehci.c2334 if (sc->sc_intr_stat[x] <
2335 sc->sc_intr_stat[best]) {
2345 sc->sc_intr_stat[best]++;
2357 sc->sc_intr_stat[xfer->qh_pos]--;

Completed in 76 milliseconds