OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfer_next
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
ehci.c
1168
for (itd = ex->ex_itdstart; itd != NULL; itd = itd->
xfer_next
) {
1212
sitd = sitd->
xfer_next
) {
1862
for (i = 0; itd && i < 20 && !stop; itd = itd->
xfer_next
, i++) {
1919
(uintptr_t)itd->
xfer_next
, itd->physaddr, itd->slot, 0);
2327
for (; itd != NULL; itd = itd->
xfer_next
) {
2363
next = itd->
xfer_next
;
2375
for (; sitd != NULL; sitd = sitd->
xfer_next
) {
2410
next = sitd->
xfer_next
;
3291
itd->
xfer_next
= NULL;
3352
sitd->
xfer_next
= NULL
[
all
...]
ehcivar.h
71
struct ehci_soft_itd *
xfer_next
; /* Next soft_itd in xfer */
member in struct:ehci_soft_itd
Completed in 39 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026