Searched refs:qh_prev (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 2138 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == NULL); 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, NULL); in ehci_polled_remove_async_qh()
|
H A D | ehci_xfer.c | 584 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == NULL); in ehci_insert_async_qh() 598 Set_QH(qh->qh_prev, qh_addr); 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() 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) == NULL); in ehci_insert_intr_qh() 698 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, lattice_qh)); 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, NULL); in ehci_remove_async_qh() [all …]
|
H A D | ehci_util.c | 4392 "\tqh_prev: 0x%x ", Get_QH(qh->qh_prev)); in ehci_print_qh()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci.h | 335 uint32_t qh_prev; /* Prevous QH */ member
|