OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_softitds
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ehcivar.h
81
#define sc_softsitds
sc_softitds
203
struct ehci_soft_itd **
sc_softitds
;
member in struct:ehci_softc
ehci.c
573
sc->
sc_softitds
= kmem_zalloc(sc->sc_flsize * sizeof(ehci_soft_itd_t *),
719
kmem_free(sc->
sc_softitds
, sc->sc_flsize * sizeof(ehci_soft_itd_t *));
1426
if (sc->
sc_softitds
) {
1427
kmem_free(sc->
sc_softitds
,
2332
sc->
sc_softitds
[itd->slot] = itd->frame_list.next;
4981
itd->frame_list.next = sc->
sc_softitds
[frindex];
4982
sc->
sc_softitds
[frindex] = itd;
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025