Searched refs:sc_loops (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.h230 uint32_t sc_loops; /* number of QHs that wants looping */ member in struct:uhci_softc
H A Duhci.c845 if (++(sc->sc_loops) == 1) {
868 if (--(sc->sc_loops) == 0) {

Completed in 17 milliseconds