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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h125 ddi_dma_handle_t ehci_qtd_pool_dma_handle; /* DMA hndle */ member in struct:ehci_state
958 ehcip->ehci_qtd_pool_dma_handle, \
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_util.c411 &ehcip->ehci_qtd_pool_dma_handle) != DDI_SUCCESS) {
417 if (ddi_dma_mem_alloc(ehcip->ehci_qtd_pool_dma_handle,
432 ehcip->ehci_qtd_pool_dma_handle,
1872 ehcip->ehci_qtd_pool_dma_handle);
1880 if (ehcip->ehci_qtd_pool_dma_handle) {
1881 ddi_dma_free_handle(&ehcip->ehci_qtd_pool_dma_handle);

Completed in 87 milliseconds