Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/ioat/
Dprep.c154 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/
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.c66 dma_flags |= DMA_PREP_FENCE; in do_async_gen_syndrome()
355 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.4.14/drivers/misc/mic/scif/
Dscif_dma.c447 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()
Dscif_fence.c215 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/
Dmic_x100_dma.c207 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()
Dqcom_bam_dma.c616 if (flags & DMA_PREP_FENCE) in bam_prep_slave_sg()
/linux-4.4.14/include/linux/
Ddmaengine.h196 DMA_PREP_FENCE = (1 << 5), enumerator
/linux-4.4.14/drivers/misc/mic/host/
Dmic_virtio.c50 DMA_PREP_FENCE); in mic_sync_dma()
/linux-4.4.14/drivers/spi/
Dspi-qup.c289 unsigned long flags = DMA_PREP_INTERRUPT | DMA_PREP_FENCE; in spi_qup_prep_sg()
/linux-4.4.14/drivers/tty/serial/
Dmsm_serial.c330 DMA_PREP_FENCE); in msm_handle_tx_dma()
/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.c321 #define DMA_CTRL_FLAGS_LAST DMA_PREP_FENCE