Searched refs:new_dummy (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 83 ohci_td_t *new_dummy, 1963 ohci_td_t *new_dummy, in ohci_polled_fill_in_td() argument 1982 Set_TD(td->hctd_next_td, (ohci_td_cpu_to_iommu(ohcip, new_dummy))); in ohci_polled_fill_in_td() 2245 ohci_td_t *new_dummy; in ohci_polled_insert_hc_td() local 2250 new_dummy = tw->tw_hctd_free_list; in ohci_polled_insert_hc_td() 2252 ASSERT(new_dummy != NULL); in ohci_polled_insert_hc_td() 2255 Get_TD(new_dummy->hctd_tw_next_td)); in ohci_polled_insert_hc_td() 2256 Set_TD(new_dummy->hctd_tw_next_td, NULL); in ohci_polled_insert_hc_td() 2266 ohci_polled_fill_in_td(ohcip, cpu_current_dummy, new_dummy, in ohci_polled_insert_hc_td() 2275 (ohci_td_cpu_to_iommu(ohcip, new_dummy))); in ohci_polled_insert_hc_td()
|
H A D | ohci.c | 289 ohci_td_t *new_dummy, 5859 ohci_td_t *new_dummy; in ohci_insert_hc_td() local 5867 new_dummy = tw->tw_hctd_free_list; in ohci_insert_hc_td() 5869 ASSERT(new_dummy != NULL); in ohci_insert_hc_td() 5872 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() 5883 ohci_fill_in_td(ohcip, cpu_current_dummy, new_dummy, in ohci_insert_hc_td() 5896 ohcip, pp, tw, cpu_current_dummy, new_dummy); in ohci_insert_hc_td() 5904 bzero((char *)new_dummy, sizeof (ohci_td_t)); in ohci_insert_hc_td() 5905 Set_TD(new_dummy->hctd_state, HC_TD_DUMMY); in ohci_insert_hc_td() [all …]
|