Home
last modified time | relevance | path

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; in uhci_alloc_queue_head() local
927 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() local
2652 dummy_td = pp->pp_qh->td_tailp; in uhci_remove_qh()
2653 dummy_td->flag = TD_FLAG_FREE; in uhci_remove_qh()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c307 ohci_td_t *dummy_td);
4626 ohci_td_t *dummy_td; in ohci_deallocate_ed() local
4633 dummy_td = ohci_td_iommu_to_cpu(ohcip, Get_ED(old_ed->hced_headp)); in ohci_deallocate_ed()
4635 if (dummy_td) { in ohci_deallocate_ed()
4637 ASSERT(Get_TD(dummy_td->hctd_state) == HC_TD_DUMMY); in ohci_deallocate_ed()
4638 ohci_deallocate_td(ohcip, dummy_td); in ohci_deallocate_ed()
6241 ohci_td_t *dummy_td) in ohci_insert_td_with_frame_number() argument
6342 Set_ED(ept->hced_tailp, (ohci_td_cpu_to_iommu(ohcip, dummy_td))); in ohci_insert_td_with_frame_number()