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 in struct:ohci_state
802 ohcip->ohci_td_pool_dma_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c986 &ohcip->ohci_td_pool_dma_handle) != DDI_SUCCESS) {
992 if (ddi_dma_mem_alloc(ohcip->ohci_td_pool_dma_handle,
1007 ohcip->ohci_td_pool_dma_handle,
2205 ohcip->ohci_td_pool_dma_handle);
2213 if (ohcip->ohci_td_pool_dma_handle) {
2214 ddi_dma_free_handle(&ohcip->ohci_td_pool_dma_handle);

Completed in 89 milliseconds