Home
last modified time | relevance | path

Searched refs:ohci_td_pool_dma_handle (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h165 ddi_dma_handle_t ohci_td_pool_dma_handle; /* DMA hndle */ member
802 ohcip->ohci_td_pool_dma_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c971 &ohcip->ohci_td_pool_dma_handle) != DDI_SUCCESS) { in ohci_allocate_pools()
977 if (ddi_dma_mem_alloc(ohcip->ohci_td_pool_dma_handle, in ohci_allocate_pools()
992 ohcip->ohci_td_pool_dma_handle, in ohci_allocate_pools()
2189 ohcip->ohci_td_pool_dma_handle); in ohci_cleanup()
2197 if (ohcip->ohci_td_pool_dma_handle) { in ohci_cleanup()
2198 ddi_dma_free_handle(&ohcip->ohci_td_pool_dma_handle); in ohci_cleanup()