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

/freebsd-13-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.h338 uint16_t sc_intr_stat[EHCI_VIRTUAL_FRAMELIST_COUNT]; member in struct:ehci_softc
H A Dohci.c1749 if (sc->sc_intr_stat[x] <
1750 sc->sc_intr_stat[best]) {
1760 sc->sc_intr_stat[best]++;
1772 sc->sc_intr_stat[xfer->qh_pos]--;
H A Duhci.c2003 if (sc->sc_intr_stat[x] <
2004 sc->sc_intr_stat[best]) {
2014 sc->sc_intr_stat[best]++;
2026 sc->sc_intr_stat[xfer->qh_pos]--;
H A Dehci.c2327 if (sc->sc_intr_stat[x] <
2328 sc->sc_intr_stat[best]) {
2338 sc->sc_intr_stat[best]++;
2350 sc->sc_intr_stat[xfer->qh_pos]--;

Completed in 176 milliseconds