Home
last modified time | relevance | path

Searched refs:is_dma_copy_aligned (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/crypto/async_tx/
Dasync_memcpy.c58 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
/linux-4.19.296/drivers/misc/mic/vop/
Dvop_vringh.c535 bool x200 = is_dma_copy_aligned(vi->dma_ch->device, 1, 1, 1); in vop_virtio_copy_to_user()
610 bool x200 = is_dma_copy_aligned(vi->dma_ch->device, 1, 1, 1); in vop_virtio_copy_from_user()
/linux-4.19.296/drivers/misc/mic/scif/
Dscif_fence.c209 bool x100 = !is_dma_copy_aligned(chan->device, 1, 1, 1); in _scif_prog_signal()
Dscif_dma.c1561 if (is_dma_copy_aligned(chan->device, 1, 1, 1)) in scif_rma_list_dma_copy_wrapper()
/linux-4.19.296/include/linux/
Ddmaengine.h1056 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
/linux-4.19.296/drivers/ntb/
Dntb_transport.c1339 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx_submit()
1616 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
/linux-4.19.296/drivers/ntb/test/
Dntb_perf.c794 if (!is_dma_copy_aligned(pthr->dma_chan->device, offset_in_page(src), in perf_copy_chunk()