Home
last modified time | relevance | path

Searched refs:ehci_itd_pool_dma_handle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c185 ehcip->ehci_itd_pool_dma_handle); in ehci_isoc_cleanup()
193 if (ehcip->ehci_itd_pool_dma_handle) { in ehci_isoc_cleanup()
194 ddi_dma_free_handle(&ehcip->ehci_itd_pool_dma_handle); in ehci_isoc_cleanup()
H A Dehci_isoch_util.c190 &ehcip->ehci_itd_pool_dma_handle); in ehci_allocate_isoc_pools()
205 result = ddi_dma_mem_alloc(ehcip->ehci_itd_pool_dma_handle, in ehci_allocate_isoc_pools()
224 ehcip->ehci_itd_pool_dma_handle, in ehci_allocate_isoc_pools()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h131 ddi_dma_handle_t ehci_itd_pool_dma_handle; /* DMA hndle */ member
964 ehcip->ehci_itd_pool_dma_handle, \