/src/sys/dev/usb/ |
uhci.c | 1445 struct uhci_xfer *ux, *nextux; local in function:uhci_softintr 1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) { 1474 TAILQ_FOREACH_SAFE(ux, &cq, ux_list, nextux) {
|
uhci.c | 1445 struct uhci_xfer *ux, *nextux; local in function:uhci_softintr 1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) { 1474 TAILQ_FOREACH_SAFE(ux, &cq, ux_list, nextux) {
|
uhci.c | 1445 struct uhci_xfer *ux, *nextux; local in function:uhci_softintr 1465 TAILQ_FOREACH_SAFE(ux, &sc->sc_intrhead, ux_list, nextux) { 1474 TAILQ_FOREACH_SAFE(ux, &cq, ux_list, nextux) {
|