Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/usb/controller/
Duhci.h230 uint32_t sc_loops; /* number of QHs that wants looping */ member
Duhci.c847 if (++(sc->sc_loops) == 1) { in uhci_add_loop()
870 if (--(sc->sc_loops) == 0) { in uhci_rem_loop()