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.c813 Get_TD(next_td->hctd_tw_next_td));
1779 Get_TD(td->hctd_tw_next_td));
1790 Set_TD(td->hctd_tw_next_td, td_addr);
1794 Set_TD(td->hctd_tw_next_td, NULL);
1889 ohci_td_iommu_to_cpu(ohcip, Get_TD(td->hctd_tw_next_td));
1983 Set_TD(td->hctd_tw_next_td, NULL);
2006 Set_TD(td->hctd_tw_next_td, NULL);
2020 Set_TD(dummy->hctd_tw_next_td, ohci_td_cpu_to_iommu(ohcip, td));
2023 ASSERT(Get_TD(td->hctd_tw_next_td) == NULL);
2252 Get_TD(new_dummy->hctd_tw_next_td));
[all...]
H A Dohci.c5890 Get_TD(new_dummy->hctd_tw_next_td));
5891 Set_TD(new_dummy->hctd_tw_next_td, NULL);
5925 Set_TD(new_dummy->hctd_tw_next_td,
6062 Set_TD(td->hctd_tw_next_td, NULL);
6406 Set_TD(td->hctd_tw_next_td, NULL);
6420 Set_TD(dummy->hctd_tw_next_td,
6425 ASSERT(Get_TD(td->hctd_tw_next_td) == NULL);
6565 Get_TD(next_td->hctd_tw_next_td));
6612 Get_TD(head->hctd_tw_next_td));
6619 next = ohci_td_iommu_to_cpu(ohcip, Get_TD(head->hctd_tw_next_td));
[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 in struct:ohci_td

Completed in 107 milliseconds