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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h149 ddi_dma_handle_t uhci_flt_dma_handle; /* DMA handle */ member in struct:uhci_state
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c405 uhcip->uhci_flt_dma_handle);
411 if (uhcip->uhci_flt_dma_handle) {
412 ddi_dma_free_handle(&uhcip->uhci_flt_dma_handle);
863 0, &uhcip->uhci_flt_dma_handle) != DDI_SUCCESS) {
871 if (ddi_dma_mem_alloc(uhcip->uhci_flt_dma_handle,
880 result = ddi_dma_addr_bind_handle(uhcip->uhci_flt_dma_handle,

Completed in 80 milliseconds