Searched refs:ohci_ed_pool_dma_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h171 ddi_dma_handle_t ohci_ed_pool_dma_handle; /* DMA handle */ member in struct:ohci_state
798 ohcip->ohci_ed_pool_dma_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1056 &ohcip->ohci_ed_pool_dma_handle) != DDI_SUCCESS) {
1062 if (ddi_dma_mem_alloc(ohcip->ohci_ed_pool_dma_handle,
1075 result = ddi_dma_addr_bind_handle(ohcip->ohci_ed_pool_dma_handle,
2226 ohcip->ohci_ed_pool_dma_handle);
2235 if (ohcip->ohci_ed_pool_dma_handle) {
2236 ddi_dma_free_handle(&ohcip->ohci_ed_pool_dma_handle);

Completed in 111 milliseconds