Searched refs:is_dma_copy_aligned (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/crypto/async_tx/ |
D | async_memcpy.c | 45 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
|
/linux-6.12.1/drivers/dma/ |
D | loongson1-apb-dma.c | 249 if (!is_dma_copy_aligned(dchan->device, buf_addr, 0, buf_len)) { in ls1x_dma_prep_lli()
|
/linux-6.12.1/include/linux/ |
D | dmaengine.h | 1255 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
|
/linux-6.12.1/drivers/ntb/ |
D | ntb_transport.c | 1558 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx_submit() 1839 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx_submit()
|
/linux-6.12.1/drivers/ntb/test/ |
D | ntb_perf.c | 804 if (!is_dma_copy_aligned(pthr->dma_chan->device, offset_in_page(src), in perf_copy_chunk()
|