Searched refs:uhci_td_pool_dma_handle (Results 1 – 2 of 2) sorted by relevance
166 ddi_dma_handle_t uhci_td_pool_dma_handle; /* DMA hndle */ member
243 &uhcip->uhci_td_pool_dma_handle) != DDI_SUCCESS) { in uhci_allocate_pools()249 if (ddi_dma_mem_alloc(uhcip->uhci_td_pool_dma_handle, in uhci_allocate_pools()259 result = ddi_dma_addr_bind_handle(uhcip->uhci_td_pool_dma_handle, in uhci_allocate_pools()375 uhcip->uhci_td_pool_dma_handle); in uhci_free_pools()383 if (uhcip->uhci_td_pool_dma_handle) { in uhci_free_pools()384 ddi_dma_free_handle(&uhcip->uhci_td_pool_dma_handle); in uhci_free_pools()