Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_polled.c1550 Get_QH(qh->qh_dummy_qtd)); in ehci_polled_insert_intr_qtd()
1555 Set_QH(qh->qh_dummy_qtd, ehci_qtd_cpu_to_iommu(ehcip, next_dummy_qtd)); in ehci_polled_insert_intr_qtd()
1608 Get_QH(qh->qh_dummy_qtd)); in ehci_polled_insert_bulk_qtd()
1613 Set_QH(qh->qh_dummy_qtd, ehci_qtd_cpu_to_iommu(ehcip, next_dummy_qtd)); in ehci_polled_insert_bulk_qtd()
1973 Set_QH(pp->pp_qh->qh_next_qtd, Get_QH(pp->pp_qh->qh_dummy_qtd)); in ehci_polled_traverse_qtds()
H A Dehci_xfer.c1450 Set_QH(qh->qh_dummy_qtd, ehci_qtd_cpu_to_iommu(ehcip, first_dummy_qtd)); in ehci_initialize_dummy()
2274 Get_QH(qh->qh_dummy_qtd)); in ehci_insert_qtd()
2279 Set_QH(qh->qh_dummy_qtd, ehci_qtd_cpu_to_iommu(ehcip, next_dummy_qtd)); in ehci_insert_qtd()
2697 Set_QH(pp->pp_qh->qh_next_qtd, Get_QH(pp->pp_qh->qh_dummy_qtd)); in ehci_traverse_qtds()
H A Dehci_util.c4412 "\tqh_dummy_qtd: 0x%x ", Get_QH(qh->qh_dummy_qtd)); in ehci_print_qh()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci.h335 uint32_t qh_dummy_qtd; /* Current dummy qtd */ member