Home
last modified time | relevance | path

Searched refs:device_prep_dma_pq (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/crypto/async_tx/
Dasync_raid6_recov.c54 tx = dma->device_prep_dma_pq(chan, pq, unmap->addr, 2, coef, in async_sum_product()
122 tx = dma->device_prep_dma_pq(chan, dma_dest, unmap->addr, in async_mult()
Dasync_pq.c78 tx = dma->device_prep_dma_pq(chan, dma_dest, in do_async_gen_syndrome()
/Linux-v5.15/drivers/dma/
Dfsl_raid.c795 dma_dev->device_prep_dma_pq = fsl_re_prep_dma_pq; in fsl_re_probe()
Ddmaengine.c1177 if (dma_has_cap(DMA_PQ, device->cap_mask) && !device->device_prep_dma_pq) { in dma_async_device_register()
Ddmatest.c797 tx = dev->device_prep_dma_pq(chan, dma_pq, srcs, in dmatest_func()
Dxgene-dma.c1524 dma_dev->device_prep_dma_pq = xgene_dma_prep_pq; in xgene_dma_set_caps()
Diop-adma.c1332 dma_dev->device_prep_dma_pq = iop_adma_prep_dma_pq; in iop_adma_probe()
Dbcm-sba-raid.c1596 dma_dev->device_prep_dma_pq = sba_prep_dma_pq; in sba_async_register()
/Linux-v5.15/include/linux/
Ddmaengine.h900 struct dma_async_tx_descriptor *(*device_prep_dma_pq)( member
/Linux-v5.15/drivers/dma/ioat/
Dinit.c1128 dma->device_prep_dma_pq = ioat_prep_pq; in ioat3_dma_probe()
/Linux-v5.15/drivers/dma/ppc4xx/
Dadma.c3819 adev->common.device_prep_dma_pq = in ppc440spe_adma_init_capabilities()