Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c1063 Get_TD(td->hctd_next_td)); in ohci_polled_save_state()
1066 Set_TD(prev_td->hctd_next_td, *done_list); in ohci_polled_save_state()
1353 next_td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td)); in ohci_polled_restore_state()
1375 Get_TD(td->hctd_next_td)); in ohci_polled_restore_state()
1589 Get_TD(current_td->hctd_next_td)); in ohci_polled_pickup_done_list()
1591 Set_TD(current_td->hctd_next_td, NULL); in ohci_polled_pickup_done_list()
1614 Set_TD(current_td->hctd_next_td, in ohci_polled_pickup_done_list()
1624 Set_TD(current_td->hctd_next_td, in ohci_polled_pickup_done_list()
1666 Get_TD(td->hctd_next_td)); in ohci_polled_create_input_list()
1671 Set_TD(td->hctd_next_td, NULL); in ohci_polled_create_input_list()
[all …]
H A Dohci.c6043 Set_TD(td->hctd_next_td, (ohci_td_cpu_to_iommu(ohcip, new_dummy))); in ohci_fill_in_td()
6488 (Get_TD(headp->hctd_next_td) & HC_EPT_TD_TAIL))); in ohci_traverse_tds()
8344 td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td)); in ohci_traverse_done_list()
8393 if (Get_TD(cpu_new_head->hctd_next_td) == NULL) { in ohci_reverse_done_list()
8400 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()
8403 Set_TD(cpu_new_tail->hctd_next_td, NULL); in ohci_reverse_done_list()
8406 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()
8410 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list()
8418 Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list()
8421 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list()
[all …]
/titanic_41/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h353 uint32_t hctd_next_td; /* Next TD */ member