Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h231 uint32_t sc_loops; /* number of QHs that wants looping */ member
H A Duhci.c840 if (++(sc->sc_loops) == 1) { in uhci_add_loop()
863 if (--(sc->sc_loops) == 0) { in uhci_rem_loop()