Searched refs:new_dummy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c81 ohci_td_t *new_dummy,
1960 ohci_td_t *new_dummy,
1979 Set_TD(td->hctd_next_td, (ohci_td_cpu_to_iommu(ohcip, new_dummy)));
2242 ohci_td_t *new_dummy; local
2247 new_dummy = tw->tw_hctd_free_list;
2249 ASSERT(new_dummy != NULL);
2252 Get_TD(new_dummy->hctd_tw_next_td));
2253 Set_TD(new_dummy->hctd_tw_next_td, NULL);
2263 ohci_polled_fill_in_td(ohcip, cpu_current_dummy, new_dummy,
2272 (ohci_td_cpu_to_iommu(ohcip, new_dummy)));
1957 ohci_polled_fill_in_td( ohci_state_t *ohcip, ohci_td_t *td, ohci_td_t *new_dummy, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, ohci_trans_wrapper_t *tw) argument
[all...]
H A Dohci.c289 ohci_td_t *new_dummy,
5877 ohci_td_t *new_dummy; local
5885 new_dummy = tw->tw_hctd_free_list;
5887 ASSERT(new_dummy != NULL);
5890 Get_TD(new_dummy->hctd_tw_next_td));
5891 Set_TD(new_dummy->hctd_tw_next_td, NULL);
5901 ohci_fill_in_td(ohcip, cpu_current_dummy, new_dummy,
5914 ohcip, pp, tw, cpu_current_dummy, new_dummy);
5922 bzero((char *)new_dummy, sizeof (ohci_td_t));
5923 Set_TD(new_dummy
6010 ohci_fill_in_td( ohci_state_t *ohcip, ohci_td_t *td, ohci_td_t *new_dummy, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, uint32_t hctd_ctrl_phase, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw) argument
[all...]

Completed in 58 milliseconds