Home
last modified time | relevance | path

Searched refs:device_prep_dma_xor_val (Results 1 – 3 of 3) sorted by relevance

/linux/crypto/async_tx/
H A Dasync_xor.c350 tx = device->device_prep_dma_xor_val(chan, unmap->addr, src_cnt, in async_xor_val_offs()
358 tx = device->device_prep_dma_xor_val(chan, in async_xor_val_offs()
/linux/drivers/dma/ioat/
H A Dinit.c923 tx = dma->device_prep_dma_xor_val(dma_chan, dma_srcs, in ioat_xor_val_self_test()
976 tx = dma->device_prep_dma_xor_val(dma_chan, dma_srcs, in ioat_xor_val_self_test()
1112 dma->device_prep_dma_xor_val = ioat_prep_xor_val; in ioat3_dma_probe()
1129 dma->device_prep_dma_xor_val = ioat_prep_pqxor_val; in ioat3_dma_probe()
/linux/include/linux/
H A Ddmaengine.h903 struct dma_async_tx_descriptor *(*device_prep_dma_xor_val)( member