Searched refs:ehci_qtd_iommu_to_cpu (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_polled.c | 841 qtd = (ehci_qtd_t *)(ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_init() 1385 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_process_active_intr_qtd_list() 1530 ehci_qtd_iommu_to_cpu(ehcip, Get_QTD(qtd->qtd_tw_next_qtd)); in ehci_polled_insert_intr_qtd() 1549 curr_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_intr_qtd() 1551 next_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_intr_qtd() 1602 tw->tw_qtd_free_list = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_bulk_qtd() 1607 curr_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_bulk_qtd() 1609 next_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_bulk_qtd() 1813 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_create_done_qtd_list() 1859 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_polled_insert_qtd_into_active_intr_qtd_list() [all …]
|
H A D | ehci_xfer.c | 203 ehci_qtd_t *ehci_qtd_iommu_to_cpu( 1330 first_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_deallocate_qh() 1336 second_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_deallocate_qh() 2268 tw->tw_qtd_free_list = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd() 2273 curr_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd() 2275 next_dummy_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd() 2575 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd_into_active_qtd_list() 2580 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_insert_qtd_into_active_qtd_list() 2616 curr_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_remove_qtd_from_active_qtd_list() 2621 prev_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_remove_qtd_from_active_qtd_list() [all …]
|
H A D | ehci_intr.c | 308 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_traverse_active_qtd_list() 389 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_create_done_qtd_list() 814 tw_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_handle_error() 897 next_qtd = (ehci_qtd_t *)ehci_qtd_iommu_to_cpu(ehcip, in ehci_cleanup_data_underrun() 907 next_qtd = ehci_qtd_iommu_to_cpu(ehcip, in ehci_cleanup_data_underrun()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/ |
H A D | ehci_xfer.h | 126 extern ehci_qtd_t *ehci_qtd_iommu_to_cpu(
|