Searched refs:sc_intrhead (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duhcivar.h180 TAILQ_HEAD(, uhci_xfer) sc_intrhead; member in struct:uhci_softc
H A Dehcivar.h212 TAILQ_HEAD(, ehci_xfer) sc_intrhead; member in struct:ehci_softc
H A Duhci.c394 TAILQ_INSERT_TAIL(&sc->sc_intrhead, ux, ux_list);
401 TAILQ_REMOVE(&sc->sc_intrhead, ux, ux_list);
572 TAILQ_INIT(&sc->sc_intrhead);
982 TAILQ_FOREACH(ux, &sc->sc_intrhead, ux_list)
1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) {
H A Dehci.c312 TAILQ_INSERT_TAIL(&sc->sc_intrhead, ex, ex_next);
319 TAILQ_REMOVE(&sc->sc_intrhead, ex, ex_next);
578 TAILQ_INIT(&sc->sc_intrhead);
894 * ehci_idone will remove transfer from sc->sc_intrhead if it's
898 TAILQ_FOREACH_SAFE(ex, &sc->sc_intrhead, ex_next, nextex) {
928 !TAILQ_EMPTY(&sc->sc_intrhead))

Completed in 202 milliseconds