Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c813 Get_TD(next_td->hctd_tw_next_td)); in ohci_polled_fini()
1779 Get_TD(td->hctd_tw_next_td)); in ohci_polled_process_input_list()
1790 Set_TD(td->hctd_tw_next_td, td_addr); in ohci_polled_process_input_list()
1794 Set_TD(td->hctd_tw_next_td, NULL); in ohci_polled_process_input_list()
1889 ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_tw_next_td)); in ohci_polled_insert_td()
1983 Set_TD(td->hctd_tw_next_td, NULL); in ohci_polled_fill_in_td()
2006 Set_TD(td->hctd_tw_next_td, NULL); in ohci_polled_insert_td_on_tw()
2020 Set_TD(dummy->hctd_tw_next_td, ohci_td_cpu_to_iommu(ohcip, td)); in ohci_polled_insert_td_on_tw()
2023 ASSERT(Get_TD(td->hctd_tw_next_td) == NULL); in ohci_polled_insert_td_on_tw()
2252 Get_TD(new_dummy->hctd_tw_next_td)); in ohci_polled_insert_hc_td()
[all …]
H A Dohci.c5890 Get_TD(new_dummy->hctd_tw_next_td)); in ohci_insert_hc_td()
5891 Set_TD(new_dummy->hctd_tw_next_td, NULL); in ohci_insert_hc_td()
5925 Set_TD(new_dummy->hctd_tw_next_td, in ohci_insert_hc_td()
6062 Set_TD(td->hctd_tw_next_td, NULL); in ohci_fill_in_td()
6406 Set_TD(td->hctd_tw_next_td, NULL); in ohci_insert_td_on_tw()
6420 Set_TD(dummy->hctd_tw_next_td, in ohci_insert_td_on_tw()
6425 ASSERT(Get_TD(td->hctd_tw_next_td) == NULL); in ohci_insert_td_on_tw()
6565 Get_TD(next_td->hctd_tw_next_td)); in ohci_done_list_tds()
6612 Get_TD(head->hctd_tw_next_td)); in ohci_unlink_td_from_tw()
6619 next = ohci_td_iommu_to_cpu(ohcip, Get_TD(head->hctd_tw_next_td)); in ohci_unlink_td_from_tw()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h359 uint32_t hctd_tw_next_td; /* Next TD on TW */ member