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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h172 ddi_dma_handle_t uhci_qh_pool_dma_handle; /* DMA handle */ member in struct:uhci_state
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c294 0, &uhcip->uhci_qh_pool_dma_handle) != DDI_SUCCESS) {
300 if (ddi_dma_mem_alloc(uhcip->uhci_qh_pool_dma_handle,
309 result = ddi_dma_addr_bind_handle(uhcip->uhci_qh_pool_dma_handle,
390 uhcip->uhci_qh_pool_dma_handle);
397 if (uhcip->uhci_qh_pool_dma_handle) {
398 ddi_dma_free_handle(&uhcip->uhci_qh_pool_dma_handle);

Completed in 70 milliseconds