Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/async_tx/
Dasync_memcpy.c45 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
/linux-5.19.10/include/linux/
Ddmaengine.h1242 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
/linux-5.19.10/drivers/ntb/
Dntb_transport.c1536 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx_submit()
1817 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
/linux-5.19.10/drivers/ntb/test/
Dntb_perf.c804 if (!is_dma_copy_aligned(pthr->dma_chan->device, offset_in_page(src), in perf_copy_chunk()