Home
last modified time | relevance | path

Searched refs:async_head_qh (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c2133 ehci_qh_t *async_head_qh; in ehci_polled_insert_async_qh() local
2143 async_head_qh = ehcip->ehci_head_of_async_sched_list; in ehci_polled_insert_async_qh()
2145 if (async_head_qh == NULL) { in ehci_polled_insert_async_qh()
2190 ASSERT(Get_QH(async_head_qh->qh_ctrl) & in ehci_polled_insert_async_qh()
2198 Get_QH(async_head_qh->qh_link_ptr) & EHCI_QH_LINK_PTR); in ehci_polled_insert_async_qh()
2202 Get_QH(async_head_qh->qh_link_ptr) | EHCI_QH_LINK_REF_QH); in ehci_polled_insert_async_qh()
2203 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, async_head_qh)); in ehci_polled_insert_async_qh()
2209 Set_QH(async_head_qh->qh_link_ptr, in ehci_polled_insert_async_qh()
H A Dehci_xfer.c574 ehci_qh_t *async_head_qh; in ehci_insert_async_qh() local
589 async_head_qh = ehcip->ehci_head_of_async_sched_list; in ehci_insert_async_qh()
591 if (async_head_qh == NULL) { in ehci_insert_async_qh()
636 ASSERT(Get_QH(async_head_qh->qh_ctrl) & in ehci_insert_async_qh()
644 Get_QH(async_head_qh->qh_link_ptr) & EHCI_QH_LINK_PTR); in ehci_insert_async_qh()
648 Get_QH(async_head_qh->qh_link_ptr) | EHCI_QH_LINK_REF_QH); in ehci_insert_async_qh()
649 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, async_head_qh)); in ehci_insert_async_qh()
655 Set_QH(async_head_qh->qh_link_ptr, in ehci_insert_async_qh()