Searched refs:is_dma_copy_aligned (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/crypto/async_tx/ |
| D | async_memcpy.c | 45 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
|
| /Linux-v5.4/drivers/misc/mic/vop/ |
| D | vop_vringh.c | 540 x200 = is_dma_copy_aligned(vi->dma_ch->device, 1, 1, 1); in vop_virtio_copy_to_user() 608 x200 = is_dma_copy_aligned(vi->dma_ch->device, 1, 1, 1); in vop_virtio_copy_from_user()
|
| /Linux-v5.4/drivers/misc/mic/scif/ |
| D | scif_fence.c | 201 bool x100 = !is_dma_copy_aligned(chan->device, 1, 1, 1); in _scif_prog_signal()
|
| D | scif_dma.c | 1544 if (is_dma_copy_aligned(chan->device, 1, 1, 1)) in scif_rma_list_dma_copy_wrapper()
|
| /Linux-v5.4/include/linux/ |
| D | dmaengine.h | 1042 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
|
| /Linux-v5.4/drivers/ntb/ |
| D | ntb_transport.c | 1538 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx_submit() 1819 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
|
| /Linux-v5.4/drivers/ntb/test/ |
| D | ntb_perf.c | 793 if (!is_dma_copy_aligned(pthr->dma_chan->device, offset_in_page(src), in perf_copy_chunk()
|