Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h118 ddi_dma_handle_t ehci_qh_pool_dma_handle; /* DMA handle */ member
955 ehcip->ehci_qh_pool_dma_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c480 &ehcip->ehci_qh_pool_dma_handle) != DDI_SUCCESS) { in ehci_allocate_pools()
488 if (ddi_dma_mem_alloc(ehcip->ehci_qh_pool_dma_handle, in ehci_allocate_pools()
503 result = ddi_dma_addr_bind_handle(ehcip->ehci_qh_pool_dma_handle, in ehci_allocate_pools()
1914 ehcip->ehci_qh_pool_dma_handle); in ehci_cleanup()
1923 if (ehcip->ehci_qh_pool_dma_handle) { in ehci_cleanup()
1924 ddi_dma_free_handle(&ehcip->ehci_qh_pool_dma_handle); in ehci_cleanup()