Searched refs:is_dma_copy_aligned (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/crypto/async_tx/ |
D | async_memcpy.c | 58 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
|
/linux-4.1.27/include/linux/ |
D | dmaengine.h | 805 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
|
/linux-4.1.27/drivers/ntb/ |
D | ntb_transport.c | 1077 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx() 1304 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx()
|