Searched refs:ohci_ed_pool_dma_handle (Results 1 – 2 of 2) sorted by relevance
171 ddi_dma_handle_t ohci_ed_pool_dma_handle; /* DMA handle */ member798 ohcip->ohci_ed_pool_dma_handle, \
1056 &ohcip->ohci_ed_pool_dma_handle) != DDI_SUCCESS) { in ohci_allocate_pools()1062 if (ddi_dma_mem_alloc(ohcip->ohci_ed_pool_dma_handle, in ohci_allocate_pools()1075 result = ddi_dma_addr_bind_handle(ohcip->ohci_ed_pool_dma_handle, in ohci_allocate_pools()2226 ohcip->ohci_ed_pool_dma_handle); in ohci_cleanup()2235 if (ohcip->ohci_ed_pool_dma_handle) { in ohci_cleanup()2236 ddi_dma_free_handle(&ohcip->ohci_ed_pool_dma_handle); in ohci_cleanup()