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 D | xhci_context.c | 182 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 D | xhci_endpoint.c | 44 XHCI_DMA_SYNC(xd->xd_ictx, DDI_DMA_SYNC_FORDEV); in xhci_input_context_sync() 870 XHCI_DMA_SYNC(xd->xd_octx, DDI_DMA_SYNC_FORKERNEL); in xhci_endpoint_quiesce() 898 XHCI_DMA_SYNC(xd->xd_octx, DDI_DMA_SYNC_FORKERNEL); in xhci_endpoint_quiesce() 1107 XHCI_DMA_SYNC(rp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_endpoint_schedule() 1111 XHCI_DMA_SYNC(rp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_endpoint_schedule()
|
H A D | xhci_event.c | 213 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORKERNEL); in xhci_event_process()
|
H A D | xhci_ring.c | 150 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_ring_reset()
|
H A D | xhci_polled.c | 208 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORKERNEL); in xhci_polled_event_process()
|
H A D | xhci_dma.c | 411 XHCI_DMA_SYNC(xt->xt_buffer, type); in xhci_transfer_sync()
|
H A D | xhci_command.c | 420 XHCI_DMA_SYNC(xrp->xr_dma, DDI_DMA_SYNC_FORDEV); in xhci_command_submit()
|
H A D | xhci_usba.c | 269 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 D | xhci.h | 111 #define XHCI_DMA_SYNC(dma, flag) VERIFY0(ddi_dma_sync( \ macro 115 #define XHCI_DMA_SYNC(dma, flag) ((void) ddi_dma_sync( \
|