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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c918 uhci_td_t *dummy_td; local
927 if ((dummy_td = uhci_allocate_td_from_pool(uhcip)) == NULL) {
955 dummy_td->flag = TD_FLAG_FREE;
971 bzero((char *)dummy_td, sizeof (uhci_td_t));
972 queue_head->td_tailp = dummy_td;
973 SetQH32(uhcip, queue_head->element_ptr, TD_PADDR(dummy_td));
2645 uhci_td_t *dummy_td; local
2652 dummy_td = pp->pp_qh->td_tailp;
2653 dummy_td->flag = TD_FLAG_FREE;
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c307 ohci_td_t *dummy_td);
4642 ohci_td_t *dummy_td; local
4649 dummy_td = ohci_td_iommu_to_cpu(ohcip, Get_ED(old_ed->hced_headp));
4651 if (dummy_td) {
4653 ASSERT(Get_TD(dummy_td->hctd_state) == HC_TD_DUMMY);
4654 ohci_deallocate_td(ohcip, dummy_td);
6259 ohci_td_t *dummy_td)
6360 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, dummy_td)));
6254 ohci_insert_td_with_frame_number( ohci_state_t *ohcip, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw, ohci_td_t *current_td, ohci_td_t *dummy_td) argument

Completed in 87 milliseconds