Searched refs:dummy_td (Results 1 – 2 of 2) sorted by relevance
918 uhci_td_t *dummy_td; in uhci_alloc_queue_head() local927 if ((dummy_td = uhci_allocate_td_from_pool(uhcip)) == NULL) { in uhci_alloc_queue_head()955 dummy_td->flag = TD_FLAG_FREE; in uhci_alloc_queue_head()971 bzero((char *)dummy_td, sizeof (uhci_td_t)); in uhci_alloc_queue_head()972 queue_head->td_tailp = dummy_td; in uhci_alloc_queue_head()973 SetQH32(uhcip, queue_head->element_ptr, TD_PADDR(dummy_td)); in uhci_alloc_queue_head()2645 uhci_td_t *dummy_td; in uhci_remove_qh() local2652 dummy_td = pp->pp_qh->td_tailp; in uhci_remove_qh()2653 dummy_td->flag = TD_FLAG_FREE; in uhci_remove_qh()
307 ohci_td_t *dummy_td);4642 ohci_td_t *dummy_td; in ohci_deallocate_ed() local4649 dummy_td = ohci_td_iommu_to_cpu(ohcip, Get_ED(old_ed->hced_headp)); in ohci_deallocate_ed()4651 if (dummy_td) { in ohci_deallocate_ed()4653 ASSERT(Get_TD(dummy_td->hctd_state) == HC_TD_DUMMY); in ohci_deallocate_ed()4654 ohci_deallocate_td(ohcip, dummy_td); in ohci_deallocate_ed()6259 ohci_td_t *dummy_td) in ohci_insert_td_with_frame_number() argument6360 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, dummy_td))); in ohci_insert_td_with_frame_number()