Searched refs:ehci_qh_pool_dma_handle (Results 1 – 2 of 2) sorted by relevance
118 ddi_dma_handle_t ehci_qh_pool_dma_handle; /* DMA handle */ member954 ehcip->ehci_qh_pool_dma_handle, \
479 &ehcip->ehci_qh_pool_dma_handle) != DDI_SUCCESS) { in ehci_allocate_pools()487 if (ddi_dma_mem_alloc(ehcip->ehci_qh_pool_dma_handle, in ehci_allocate_pools()502 result = ddi_dma_addr_bind_handle(ehcip->ehci_qh_pool_dma_handle, in ehci_allocate_pools()1893 ehcip->ehci_qh_pool_dma_handle); in ehci_cleanup()1902 if (ehcip->ehci_qh_pool_dma_handle) { in ehci_cleanup()1903 ddi_dma_free_handle(&ehcip->ehci_qh_pool_dma_handle); in ehci_cleanup()