Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c574 new_itd = itw->itw_itd_free_list; in ehci_insert_itd_req()
578 itw->itw_itd_free_list = ehci_itd_iommu_to_cpu(ehcip, in ehci_insert_itd_req()
802 new_sitd = itw->itw_itd_free_list; in ehci_insert_sitd_req()
806 itw->itw_itd_free_list = ehci_itd_iommu_to_cpu(ehcip, in ehci_insert_sitd_req()
H A Dehci_isoch_util.c784 itw->itw_itd_free_list); in ehci_allocate_itds_for_itw()
795 itw->itw_itd_free_list = itd; in ehci_allocate_itds_for_itw()
819 itd = itw->itw_itd_free_list; in ehci_deallocate_itds_for_itw()
827 itw->itw_itd_free_list = NULL; in ehci_deallocate_itds_for_itw()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h676 ehci_itd_t *itw_itd_free_list; member