Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/async_tx/
Dasync_memcpy.c58 if (unmap && is_dma_copy_aligned(device, src_offset, dest_offset, len)) { in async_memcpy()
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_fence.c208 bool x100 = !is_dma_copy_aligned(chan->device, 1, 1, 1); in _scif_prog_signal()
Dscif_dma.c1580 if (is_dma_copy_aligned(chan->device, 1, 1, 1)) in scif_rma_list_dma_copy_wrapper()
/linux-4.4.14/include/linux/
Ddmaengine.h879 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/
Dntb_transport.c1244 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()