Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c294 0, &uhcip->uhci_qh_pool_dma_handle) != DDI_SUCCESS) { in uhci_allocate_pools()
300 if (ddi_dma_mem_alloc(uhcip->uhci_qh_pool_dma_handle, in uhci_allocate_pools()
309 result = ddi_dma_addr_bind_handle(uhcip->uhci_qh_pool_dma_handle, in uhci_allocate_pools()
390 uhcip->uhci_qh_pool_dma_handle); in uhci_free_pools()
397 if (uhcip->uhci_qh_pool_dma_handle) { in uhci_free_pools()
398 ddi_dma_free_handle(&uhcip->uhci_qh_pool_dma_handle); in uhci_free_pools()