Home
last modified time | relevance | path

Searched refs:XHCI_DMA_SYNC (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_context.c182 XHCI_DMA_SYNC(xsp->xsp_addr_dma, DDI_DMA_SYNC_FORDEV); in xhci_context_init()
191 XHCI_DMA_SYNC(dcb->xdc_dma, DDI_DMA_SYNC_FORDEV); in xhci_context_init()
222 XHCI_DMA_SYNC(dcb->xdc_dma, DDI_DMA_SYNC_FORDEV); in xhci_context_slot_output_init()
243 XHCI_DMA_SYNC(dcb->xdc_dma, DDI_DMA_SYNC_FORDEV); in xhci_context_slot_output_fini()
H A Dxhci_endpoint.c180 XHCI_DMA_SYNC(xd->xd_ictx, DDI_DMA_SYNC_FORDEV); in xhci_endpoint_setup_default_context()
614 XHCI_DMA_SYNC(xd->xd_ictx, DDI_DMA_SYNC_FORDEV); in xhci_endpoint_setup_context()
788 XHCI_DMA_SYNC(xd->xd_octx, DDI_DMA_SYNC_FORKERNEL); in xhci_endpoint_quiesce()
816 XHCI_DMA_SYNC(xd->xd_octx, DDI_DMA_SYNC_FORKERNEL); in xhci_endpoint_quiesce()
1025 XHCI_DMA_SYNC(rp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_endpoint_schedule()
1029 XHCI_DMA_SYNC(rp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_endpoint_schedule()
H A Dxhci_event.c213 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORKERNEL); in xhci_event_process()
H A Dxhci_ring.c150 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_ring_reset()
H A Dxhci_polled.c208 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORKERNEL); in xhci_polled_event_process()
H A Dxhci_dma.c411 XHCI_DMA_SYNC(xt->xt_buffer, type); in xhci_transfer_sync()
H A Dxhci_command.c419 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_command_submit()
H A Dxhci_usba.c263 XHCI_DMA_SYNC(xd->xd_ictx, DDI_DMA_SYNC_FORDEV); in xhci_hcdi_pipe_open()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A Dxhci.h111 #define XHCI_DMA_SYNC(dma, flag) VERIFY0(ddi_dma_sync( \ macro
115 #define XHCI_DMA_SYNC(dma, flag) ((void) ddi_dma_sync( \