Searched refs:DMA_PREP_FENCE (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/dma/ioat/ |
D | prep.c | 154 hw->ctl_f.fence = !!(flags & DMA_PREP_FENCE); in ioat_dma_prep_memcpy_lock() 239 xor->ctl_f.fence = !!(flags & DMA_PREP_FENCE); in __ioat_prep_xor_lock() 449 pq->ctl_f.fence = !!(flags & DMA_PREP_FENCE); in __ioat_prep_pq_lock() 563 pq->ctl_f.fence = !!(flags & DMA_PREP_FENCE); in __ioat_prep_pq16_lock() 735 hw->ctl_f.fence = !!(flags & DMA_PREP_FENCE); in ioat_prep_interrupt_lock()
|
/linux-4.4.14/crypto/async_tx/ |
D | async_memcpy.c | 64 dma_prep_flags |= DMA_PREP_FENCE; in async_memcpy()
|
D | async_xor.c | 70 dma_flags |= DMA_PREP_FENCE; in do_async_xor() 293 dma_prep_flags |= DMA_PREP_FENCE; in async_xor_val()
|
D | async_pq.c | 66 dma_flags |= DMA_PREP_FENCE; in do_async_gen_syndrome() 355 dma_flags |= DMA_PREP_FENCE; in async_syndrome_val()
|
D | async_raid6_recov.c | 53 dma_flags |= DMA_PREP_FENCE; in async_sum_product() 117 dma_flags |= DMA_PREP_FENCE; in async_mult()
|
/linux-4.4.14/drivers/misc/mic/scif/ |
D | scif_dma.c | 447 enum dma_ctrl_flags flags = DMA_PREP_FENCE; in scif_sync_dma() 513 enum dma_ctrl_flags flags = DMA_PREP_INTERRUPT | DMA_PREP_FENCE; in scif_async_dma() 993 DMA_PREP_FENCE); in scif_rma_list_dma_copy_unaligned() 1181 DMA_PREP_FENCE); in _scif_rma_list_dma_copy_aligned() 1353 DMA_PREP_FENCE); in scif_rma_list_dma_copy_aligned()
|
D | scif_fence.c | 215 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_FENCE); in _scif_prog_signal() 591 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_FENCE); in _scif_fence_mark()
|
/linux-4.4.14/drivers/dma/ |
D | mic_x100_dma.c | 207 if (flags & DMA_PREP_FENCE) { in mic_dma_do_dma() 522 tx = mic_dma_prep_memcpy_lock(&ch->api_ch, 0, 0, 0, DMA_PREP_FENCE); in mic_dma_drain_chan()
|
D | qcom_bam_dma.c | 616 if (flags & DMA_PREP_FENCE) in bam_prep_slave_sg()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 196 DMA_PREP_FENCE = (1 << 5), enumerator
|
/linux-4.4.14/drivers/misc/mic/host/ |
D | mic_virtio.c | 50 DMA_PREP_FENCE); in mic_sync_dma()
|
/linux-4.4.14/drivers/spi/ |
D | spi-qup.c | 289 unsigned long flags = DMA_PREP_INTERRUPT | DMA_PREP_FENCE; in spi_qup_prep_sg()
|
/linux-4.4.14/drivers/tty/serial/ |
D | msm_serial.c | 330 DMA_PREP_FENCE); in msm_handle_tx_dma()
|
/linux-4.4.14/drivers/dma/ppc4xx/ |
D | adma.c | 321 #define DMA_CTRL_FLAGS_LAST DMA_PREP_FENCE
|