Home
last modified time | relevance | path

Searched refs:is_dma_xor_aligned (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/crypto/async_tx/
H A Dasync_xor.c146 if (!is_dma_xor_aligned(device, offset, 0, len)) in dma_xor_aligned_offsets()
153 if (!is_dma_xor_aligned(device, src_offs[i], 0, len)) in dma_xor_aligned_offsets()
/openbmc/linux/include/linux/
H A Ddmaengine.h1230 static inline bool is_dma_xor_aligned(struct dma_device *dev, size_t off1, in is_dma_xor_aligned() function