Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c524 if (itw->itw_itd_head) { in ehci_deallocate_itw()
686 itd = itw->itw_itd_head; in ehci_deallocate_itd()
703 itw->itw_itd_head = ehci_itd_iommu_to_cpu( in ehci_deallocate_itd()
706 if (itw->itw_itd_head == NULL) { in ehci_deallocate_itd()
847 if (itw->itw_itd_head == NULL) { in ehci_insert_itd_on_itw()
849 itw->itw_itd_head = itd; in ehci_insert_itd_on_itw()
1124 itd = itw->itw_itd_head; in ehci_insert_isoc_to_pfl()
H A Dehci_isoch.c481 new_itd = itw->itw_itd_head; in ehci_insert_isoc_req()
860 curr_itd = curr_itw->itw_itd_head; in ehci_remove_isoc_itds()
915 curr_itd = curr_itw->itw_itd_head; in ehci_mark_reclaim_isoc()
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h669 ehci_itd_t *itw_itd_head; /* Head ITD */ member