Searched defs:ehci_qh_cpu_to_iommu (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c102 uint32_t ehci_qh_cpu_to_iommu(
586 qh_addr = ehci_qh_cpu_to_iommu(ehcip, qh);
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));
698 Set_QH(qh->qh_prev, ehci_qh_cpu_to_iommu(ehcip, lattice_qh));
708 ehci_qh_cpu_to_iommu(ehcip, qh));
718 (ehci_qh_cpu_to_iommu(ehcip, qh) | EHCI_QH_LINK_REF_QH));
1302 ehci_qh_cpu_to_iommu(ehcip, qh));
1357 * ehci_qh_cpu_to_iommu:
1365 ehci_qh_cpu_to_iommu( function
[all...]

Completed in 48 milliseconds