Searched refs:hctd_next_td (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 1065 Get_TD(td->hctd_next_td)); in ohci_polled_save_state() 1068 Set_TD(prev_td->hctd_next_td, *done_list); in ohci_polled_save_state() 1356 Get_TD(td->hctd_next_td)); in ohci_polled_restore_state() 1378 Get_TD(td->hctd_next_td)); in ohci_polled_restore_state() 1592 Get_TD(current_td->hctd_next_td)); in ohci_polled_pickup_done_list() 1594 Set_TD(current_td->hctd_next_td, NULL); in ohci_polled_pickup_done_list() 1617 Set_TD(current_td->hctd_next_td, in ohci_polled_pickup_done_list() 1627 Set_TD(current_td->hctd_next_td, in ohci_polled_pickup_done_list() 1669 Get_TD(td->hctd_next_td)); in ohci_polled_create_input_list() 1674 Set_TD(td->hctd_next_td, NULL); in ohci_polled_create_input_list() [all …]
|
H A D | ohci.c | 6025 Set_TD(td->hctd_next_td, (ohci_td_cpu_to_iommu(ohcip, new_dummy))); in ohci_fill_in_td() 6470 (Get_TD(headp->hctd_next_td) & HC_EPT_TD_TAIL))); in ohci_traverse_tds() 8324 td = ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_next_td)); in ohci_traverse_done_list() 8373 if (Get_TD(cpu_new_head->hctd_next_td) == 0) { in ohci_reverse_done_list() 8380 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list() 8383 Set_TD(cpu_new_tail->hctd_next_td, NULL); in ohci_reverse_done_list() 8386 ohci_td_iommu_to_cpu(ohcip, Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list() 8390 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list() 8398 Get_TD(cpu_new_head->hctd_next_td)); in ohci_reverse_done_list() 8401 Set_TD(cpu_new_head->hctd_next_td, in ohci_reverse_done_list() [all …]
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/ |
H A D | ohci.h | 353 uint32_t hctd_next_td; /* Next TD */ member
|