Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1424 if (tw->tw_qtd_free_list != NULL) { in ehci_polled_process_active_intr_qtd_list()
1427 tw->tw_qtd_free_list); in ehci_polled_process_active_intr_qtd_list()
1430 tw->tw_qtd_free_list = qtd; in ehci_polled_process_active_intr_qtd_list()
1432 tw->tw_qtd_free_list = qtd; in ehci_polled_process_active_intr_qtd_list()
1596 new_dummy_qtd = tw->tw_qtd_free_list; in ehci_polled_insert_bulk_qtd()
1602 tw->tw_qtd_free_list = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_bulk_qtd()
H A Dehci_xfer.c2267 new_dummy_qtd = tw->tw_qtd_free_list; in ehci_insert_qtd()
2270 tw->tw_qtd_free_list = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd()
2884 tw->tw_qtd_free_list); in ehci_allocate_tds_for_tw()
2887 tw->tw_qtd_free_list = qtd; in ehci_allocate_tds_for_tw()
2962 qtd = tw->tw_qtd_free_list; in ehci_free_tw_td_resources()
2970 tw->tw_qtd_free_list = NULL; in ehci_free_tw_td_resources()
/titanic_44/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h635 ehci_qtd_t *tw_qtd_free_list; member