Searched refs:is_dma_copy_aligned (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/async_tx/ |
| H A D | async_memcpy.c | 45 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dmaengine.h | 1224 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
|
| /OK3568_Linux_fs/kernel/drivers/ntb/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/ntb/test/ |
| H A D | ntb_perf.c | 804 if (!is_dma_copy_aligned(pthr->dma_chan->device, offset_in_page(src), in perf_copy_chunk()
|