OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_intrhead
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/usb/
uhcivar.h
180
TAILQ_HEAD(, uhci_xfer)
sc_intrhead
;
ehcivar.h
205
TAILQ_HEAD(, ehci_xfer)
sc_intrhead
;
uhci.c
394
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) {
ehci.c
311
TAILQ_INSERT_TAIL(&sc->
sc_intrhead
, ex, ex_next);
318
TAILQ_REMOVE(&sc->
sc_intrhead
, ex, ex_next);
577
TAILQ_INIT(&sc->
sc_intrhead
);
908
* ehci_idone will remove transfer from sc->
sc_intrhead
if it's
912
TAILQ_FOREACH_SAFE(ex, &sc->
sc_intrhead
, ex_next, nextex) {
942
!TAILQ_EMPTY(&sc->
sc_intrhead
))
Completed in 18 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025