Searched refs:itw_itd_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c524 if (itw->itw_itd_head) {
686 itd = itw->itw_itd_head;
703 itw->itw_itd_head = ehci_itd_iommu_to_cpu(
706 if (itw->itw_itd_head == NULL) {
847 if (itw->itw_itd_head == NULL) {
849 itw->itw_itd_head = itd;
1124 itd = itw->itw_itd_head;
H A Dehci_isoch.c481 new_itd = itw->itw_itd_head;
860 curr_itd = curr_itw->itw_itd_head;
915 curr_itd = curr_itw->itw_itd_head;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h669 ehci_itd_t *itw_itd_head; /* Head ITD */ member in struct:ehci_isoc_xwrapper

Completed in 92 milliseconds