Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/async_tx/
Dasync_memcpy.c64 dma_prep_flags |= DMA_PREP_FENCE; in async_memcpy()
Dasync_xor.c70 dma_flags |= DMA_PREP_FENCE; in do_async_xor()
293 dma_prep_flags |= DMA_PREP_FENCE; in async_xor_val()
Dasync_pq.c86 dma_flags |= DMA_PREP_FENCE; in do_async_gen_syndrome()
356 dma_flags |= DMA_PREP_FENCE; in async_syndrome_val()
Dasync_raid6_recov.c53 dma_flags |= DMA_PREP_FENCE; in async_sum_product()
117 dma_flags |= DMA_PREP_FENCE; in async_mult()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_dma.c428 enum dma_ctrl_flags flags = DMA_PREP_FENCE; in scif_sync_dma()
494 enum dma_ctrl_flags flags = DMA_PREP_INTERRUPT | DMA_PREP_FENCE; in scif_async_dma()
974 DMA_PREP_FENCE); in scif_rma_list_dma_copy_unaligned()
1162 DMA_PREP_FENCE); in _scif_rma_list_dma_copy_aligned()
1334 DMA_PREP_FENCE); in scif_rma_list_dma_copy_aligned()
Dscif_fence.c216 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_FENCE); in _scif_prog_signal()
592 tx = ddev->device_prep_dma_memcpy(chan, 0, 0, 0, DMA_PREP_FENCE); in _scif_fence_mark()
/linux-4.19.296/include/linux/
Ddmaengine.h198 DMA_PREP_FENCE = (1 << 5), enumerator
/linux-4.19.296/drivers/misc/mic/vop/
Dvop_vringh.c496 DMA_PREP_FENCE); in vop_sync_dma()
/linux-4.19.296/drivers/i2c/busses/
Di2c-qup.c757 DMA_PREP_INTERRUPT | DMA_PREP_FENCE); in qup_i2c_bam_schedule_desc()