Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch_util.c383 &itw->itw_dmahandle); in ehci_allocate_itw()
400 result = ddi_dma_mem_alloc(itw->itw_dmahandle, in ehci_allocate_itw()
414 ddi_dma_free_handle(&itw->itw_dmahandle); in ehci_allocate_itw()
423 result = ddi_dma_addr_bind_handle(itw->itw_dmahandle, in ehci_allocate_itw()
439 result = ddi_dma_unbind_handle(itw->itw_dmahandle); in ehci_allocate_itw()
443 ddi_dma_free_handle(&itw->itw_dmahandle); in ehci_allocate_itw()
452 ddi_dma_free_handle(&itw->itw_dmahandle); in ehci_allocate_itw()
598 rval = ddi_dma_unbind_handle(itw->itw_dmahandle); in ehci_free_itw_dma()
602 ddi_dma_free_handle(&itw->itw_dmahandle); in ehci_free_itw_dma()
H A Dehci_isoch.c428 Sync_IO_Buffer_for_device(itw->itw_dmahandle, in ehci_allocate_isoc_resources()
1376 Sync_IO_Buffer(itw->itw_dmahandle, length); in ehci_sendup_itd_message()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h657 ddi_dma_handle_t itw_dmahandle; /* DMA handle ETT */ member