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) == NULL);
2152 Set_QH(qh->qh_prev, qh_addr);
2203 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, async_head_qh));
2206 Set_QH(next_qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, qh));
2230 Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR);
2259 Set_QH(next_qh->qh_prev, Get_QH(qh->qh_prev));
2262 /* qh_prev to indicate it is no longer in the circular list */
2263 Set_QH(qh->qh_prev, NULL);
H A Dehci_xfer.c584 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == NULL);
598 Set_QH(qh->qh_prev, qh_addr);
649 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, async_head_qh));
652 Set_QH(next_qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, qh));
682 ASSERT((Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR) == NULL);
698 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, lattice_qh));
707 Set_QH(next_lattice_qh->qh_prev,
1171 Get_QH(qh->qh_prev) & EHCI_QH_LINK_PTR);
1201 Set_QH(next_qh->qh_prev, Get_QH(qh->qh_prev));
[all...]
H A Dehci_util.c4392 "\tqh_prev: 0x%x ", Get_QH(qh->qh_prev));
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h335 uint32_t qh_prev; /* Prevous QH */ member in struct:ehci_qh

Completed in 80 milliseconds