Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/async_tx/
Dasync_xor.c289 tx = device->device_prep_dma_xor_val(chan, unmap->addr, src_cnt, in async_xor_val()
297 tx = device->device_prep_dma_xor_val(chan, in async_xor_val()
/Linux-v5.4/drivers/dma/ioat/
Dinit.c936 tx = dma->device_prep_dma_xor_val(dma_chan, dma_srcs, in ioat_xor_val_self_test()
989 tx = dma->device_prep_dma_xor_val(dma_chan, dma_srcs, in ioat_xor_val_self_test()
1125 dma->device_prep_dma_xor_val = ioat_prep_xor_val; in ioat3_dma_probe()
1142 dma->device_prep_dma_xor_val = ioat_prep_pqxor_val; in ioat3_dma_probe()
/Linux-v5.4/include/linux/
Ddmaengine.h757 struct dma_async_tx_descriptor *(*device_prep_dma_xor_val)( member
/Linux-v5.4/drivers/dma/
Ddmaengine.c936 if (dma_has_cap(DMA_XOR_VAL, device->cap_mask) && !device->device_prep_dma_xor_val) { in dma_async_device_register()
Diop-adma.c1329 dma_dev->device_prep_dma_xor_val = in iop_adma_probe()
/Linux-v5.4/drivers/dma/ppc4xx/
Dadma.c3849 adev->common.device_prep_dma_xor_val = in ppc440spe_adma_init_capabilities()