Home
last modified time | relevance | path

Searched refs:itdstart (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/
Dehci.c750 KASSERT(ex->itdstart != NULL && ex->itdend != NULL); in ehci_check_itd_intr()
809 for (itd = ex->itdstart; itd != NULL; itd = itd->xfer_next) { in ehci_isoc_idone()
835 for (itd = ex->itdstart; itd != NULL; itd = itd->xfer_next) { in ehci_isoc_idone()
1347 "isdone=%d\n", ex, ex->sqtdstart, ex->sqtdend, ex->itdstart, in ehci_dump_exfer()
1654 KASSERT(ex->itdstart != NULL && ex->itdend != NULL); in ehci_rem_itd_chain()
1656 for (itd = ex->itdstart; itd != NULL; itd = itd->xfer_next) { in ehci_rem_itd_chain()
1691 KASSERT(ex->itdstart != NULL && ex->itdend != NULL); in ehci_free_itd_chain()
1693 for (itd = ex->itdstart; itd != NULL; itd = itd->xfer_next) { in ehci_free_itd_chain()
1700 ex->itdstart = NULL; in ehci_free_itd_chain()
2752 for (itd = ex->itdstart; itd != NULL; itd = itd->xfer_next) { in ehci_abort_isoc_xfer()
[all …]
Dehcivar.h95 #define itdstart _TD.itd.start macro