Searched refs:is_dma_copy_aligned (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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.4.14/drivers/misc/mic/scif/ |
D | scif_fence.c | 208 bool x100 = !is_dma_copy_aligned(chan->device, 1, 1, 1); in _scif_prog_signal()
|
D | scif_dma.c | 1580 if (is_dma_copy_aligned(chan->device, 1, 1, 1)) in scif_rma_list_dma_copy_wrapper()
|
/linux-4.4.14/include/linux/ |
D | dmaengine.h | 879 static inline bool is_dma_copy_aligned(struct dma_device *dev, size_t off1, in is_dma_copy_aligned() function
|
/linux-4.4.14/drivers/ntb/ |
D | ntb_transport.c | 1244 if (!is_dma_copy_aligned(device, pay_off, buff_off, len)) in ntb_async_rx() 1482 if (!is_dma_copy_aligned(device, buff_off, dest_off, len)) in ntb_async_tx()
|