OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_flist
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ehcivar.h
193
ehci_link_t *
sc_flist
;
member in struct:ehci_softc
200
* an array matching
sc_flist
, but with software pointers,
ehci.c
556
sc->
sc_flist
= KERNADDR(&sc->sc_fldma, 0);
559
sc->
sc_flist
[i] = EHCI_NULL;
634
sc->
sc_flist
[j] = htole32(EHCI_LINK_QH |
2333
sc->
sc_flist
[itd->slot] = itd->itd->itd_next;
2381
sc->
sc_flist
[sitd->slot] = sitd->sitd->sitd_next;
4577
sitd->sitd->sitd_next = sc->
sc_flist
[frindex];
4590
sc->
sc_flist
[frindex] =
4961
itd->itd->itd_next = sc->
sc_flist
[frindex];
4974
sc->
sc_flist
[frindex] = htole32(EHCI_LINK_ITD | itd->physaddr);
Completed in 15 milliseconds
Indexes created Sat Oct 25 16:10:12 GMT 2025