Searched refs:uhci_qh_pool_dma_handle (Results 1 – 2 of 2) sorted by relevance
172 ddi_dma_handle_t uhci_qh_pool_dma_handle; /* DMA handle */ member
294 0, &uhcip->uhci_qh_pool_dma_handle) != DDI_SUCCESS) { in uhci_allocate_pools()300 if (ddi_dma_mem_alloc(uhcip->uhci_qh_pool_dma_handle, in uhci_allocate_pools()309 result = ddi_dma_addr_bind_handle(uhcip->uhci_qh_pool_dma_handle, in uhci_allocate_pools()390 uhcip->uhci_qh_pool_dma_handle); in uhci_free_pools()397 if (uhcip->uhci_qh_pool_dma_handle) { in uhci_free_pools()398 ddi_dma_free_handle(&uhcip->uhci_qh_pool_dma_handle); in uhci_free_pools()