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

/freebsd-12-stable/sys/dev/usb/controller/
H A Dohci.h247 uint16_t sc_intr_stat[OHCI_NO_EDS]; member in struct:ohci_softc
H A Duhci.h234 uint16_t sc_intr_stat[UHCI_IFRAMELIST_COUNT]; member in struct:uhci_softc
H A Dehci.h339 uint16_t sc_intr_stat[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_softc
H A Dohci.c1769 if (sc->sc_intr_stat[x] <
1770 sc->sc_intr_stat[best]) {
1780 sc->sc_intr_stat[best]++;
1792 sc->sc_intr_stat[xfer->qh_pos]--;
H A Duhci.c2032 if (sc->sc_intr_stat[x] <
2033 sc->sc_intr_stat[best]) {
2043 sc->sc_intr_stat[best]++;
2055 sc->sc_intr_stat[xfer->qh_pos]--;
H A Dehci.c2350 if (sc->sc_intr_stat[x] <
2351 sc->sc_intr_stat[best]) {
2361 sc->sc_intr_stat[best]++;
2373 sc->sc_intr_stat[xfer->qh_pos]--;

Completed in 206 milliseconds