Home
last modified time | relevance | path

Searched refs:qh_prev (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c2138 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == 0); in ehci_polled_insert_async_qh()
2152 Set_QH(qh->qh_prev, qh_addr); 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()
2206 Set_QH(next_qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, qh)); in ehci_polled_insert_async_qh()
2230 Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR); in ehci_polled_remove_async_qh()
2259 Set_QH(next_qh->qh_prev, Get_QH(qh->qh_prev)); in ehci_polled_remove_async_qh()
2263 Set_QH(qh->qh_prev, 0); in ehci_polled_remove_async_qh()
H A Dehci_xfer.c584 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == 0); in ehci_insert_async_qh()
598 Set_QH(qh->qh_prev, qh_addr); in ehci_insert_async_qh()
652 Set_QH(next_qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, qh)); in ehci_insert_async_qh()
682 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == 0); in ehci_insert_intr_qh()
707 Set_QH(next_lattice_qh->qh_prev, in ehci_insert_intr_qh()
1171 Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR); in ehci_remove_async_qh()
1201 Set_QH(next_qh->qh_prev, Get_QH(qh->qh_prev)); in ehci_remove_async_qh()
1205 Set_QH(qh->qh_prev, 0); in ehci_remove_async_qh()
1234 prev_qh = ehci_qh_iommu_to_cpu(ehcip, Get_QH(qh->qh_prev)); in ehci_remove_intr_qh()
1247 Set_QH(next_qh->qh_prev, Get_QH(qh->qh_prev)); in ehci_remove_intr_qh()
[all …]
H A Dehci_util.c4414 "\tqh_prev: 0x%x ", Get_QH(qh->qh_prev)); in ehci_print_qh()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h336 uint32_t qh_prev; /* Prevous QH */ member