Searched refs:ohci_td_pool_dma_handle (Results 1 – 2 of 2) sorted by relevance
165 ddi_dma_handle_t ohci_td_pool_dma_handle; /* DMA hndle */ member802 ohcip->ohci_td_pool_dma_handle, \
986 &ohcip->ohci_td_pool_dma_handle) != DDI_SUCCESS) { in ohci_allocate_pools()992 if (ddi_dma_mem_alloc(ohcip->ohci_td_pool_dma_handle, in ohci_allocate_pools()1007 ohcip->ohci_td_pool_dma_handle, in ohci_allocate_pools()2205 ohcip->ohci_td_pool_dma_handle); in ohci_cleanup()2213 if (ohcip->ohci_td_pool_dma_handle) { in ohci_cleanup()2214 ddi_dma_free_handle(&ohcip->ohci_td_pool_dma_handle); in ohci_cleanup()