Home
last modified time | relevance | path

Searched refs:DMA_XOR_VAL (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/Documentation/ABI/stable/
A Dsysfs-driver-dma-ioatdma6 DMA_XOR,DMA_XOR_VAL,DMA_INTERRUPT.
/linux-6.3-rc2/drivers/dma/ioat/
A Dsysfs.c25 dma_has_cap(DMA_XOR_VAL, dma->cap_mask) ? " xor_val" : "", in cap_show()
A Dinit.c914 if (!dma_has_cap(DMA_XOR_VAL, dma_chan->device->cap_mask)) in ioat_xor_val_self_test()
1122 dma_cap_set(DMA_XOR_VAL, dma->cap_mask); in ioat3_dma_probe()
1142 dma_cap_set(DMA_XOR_VAL, dma->cap_mask); in ioat3_dma_probe()
/linux-6.3-rc2/crypto/async_tx/
A Dasync_xor.c293 return async_tx_find_channel(submit, DMA_XOR_VAL, &dest, 1, src_list, in xor_val_chan()
/linux-6.3-rc2/drivers/dma/
A Ddmaengine.c1011 if (!dma_has_cap(DMA_XOR_VAL, device->cap_mask)) in device_has_all_tx_types()
1164 if (dma_has_cap(DMA_XOR_VAL, device->cap_mask) && !device->device_prep_dma_xor_val) { in dma_async_device_register()
/linux-6.3-rc2/drivers/dma/ppc4xx/
A Dadma.c1392 case DMA_XOR_VAL: in ppc440spe_async_tx_find_best_channel()
3776 dma_cap_set(DMA_XOR_VAL, adev->common.cap_mask); in ppc440spe_adma_init_capabilities()
3835 if (dma_has_cap(DMA_XOR_VAL, adev->common.cap_mask)) { in ppc440spe_adma_init_capabilities()
3859 dma_has_cap(DMA_XOR_VAL, adev->common.cap_mask) ? "xor_val " : "", in ppc440spe_adma_init_capabilities()
/linux-6.3-rc2/include/linux/
A Ddmaengine.h55 DMA_XOR_VAL, enumerator
/linux-6.3-rc2/Documentation/driver-api/dmaengine/
A Dprovider.rst184 - DMA_XOR_VAL

Completed in 23 milliseconds