Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c815 Get_TD(next_td->hctd_tw_next_td)); in ohci_polled_fini()
1782 Get_TD(td->hctd_tw_next_td)); in ohci_polled_process_input_list()
1793 Set_TD(td->hctd_tw_next_td, td_addr); in ohci_polled_process_input_list()
1797 Set_TD(td->hctd_tw_next_td, NULL); in ohci_polled_process_input_list()
1892 ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_tw_next_td)); in ohci_polled_insert_td()
1986 Set_TD(td->hctd_tw_next_td, NULL); in ohci_polled_fill_in_td()
2009 Set_TD(td->hctd_tw_next_td, NULL); in ohci_polled_insert_td_on_tw()
2023 Set_TD(dummy->hctd_tw_next_td, ohci_td_cpu_to_iommu(ohcip, td)); in ohci_polled_insert_td_on_tw()
2026 ASSERT(Get_TD(td->hctd_tw_next_td) == 0); in ohci_polled_insert_td_on_tw()
2255 Get_TD(new_dummy->hctd_tw_next_td)); in ohci_polled_insert_hc_td()
[all …]
H A Dohci.c5872 Get_TD(new_dummy->hctd_tw_next_td)); in ohci_insert_hc_td()
5873 Set_TD(new_dummy->hctd_tw_next_td, NULL); in ohci_insert_hc_td()
5907 Set_TD(new_dummy->hctd_tw_next_td, in ohci_insert_hc_td()
6044 Set_TD(td->hctd_tw_next_td, NULL); in ohci_fill_in_td()
6388 Set_TD(td->hctd_tw_next_td, NULL); in ohci_insert_td_on_tw()
6402 Set_TD(dummy->hctd_tw_next_td, in ohci_insert_td_on_tw()
6407 ASSERT(Get_TD(td->hctd_tw_next_td) == 0); in ohci_insert_td_on_tw()
6547 Get_TD(next_td->hctd_tw_next_td)); in ohci_done_list_tds()
6594 Get_TD(head->hctd_tw_next_td)); in ohci_unlink_td_from_tw()
6601 next = ohci_td_iommu_to_cpu(ohcip, Get_TD(head->hctd_tw_next_td)); in ohci_unlink_td_from_tw()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h359 uint32_t hctd_tw_next_td; /* Next TD on TW */ member