Searched refs:DMA_XOR_VAL (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-driver-dma-ioatdma | 6 DMA_XOR,DMA_XOR_VAL,DMA_INTERRUPT.
|
/Linux-v6.6/drivers/dma/ioat/ |
D | sysfs.c | 25 dma_has_cap(DMA_XOR_VAL, dma->cap_mask) ? " xor_val" : "", in cap_show()
|
D | init.c | 914 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-v6.6/crypto/async_tx/ |
D | async_xor.c | 293 return async_tx_find_channel(submit, DMA_XOR_VAL, &dest, 1, src_list, in xor_val_chan()
|
/Linux-v6.6/drivers/dma/ |
D | dmaengine.c | 1011 if (!dma_has_cap(DMA_XOR_VAL, device->cap_mask)) in device_has_all_tx_types() 1162 CHECK_CAP(dma_xor_val, DMA_XOR_VAL); in dma_async_device_register()
|
/Linux-v6.6/drivers/dma/ppc4xx/ |
D | adma.c | 1392 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-v6.6/include/linux/ |
D | dmaengine.h | 55 DMA_XOR_VAL, enumerator
|
/Linux-v6.6/Documentation/driver-api/dmaengine/ |
D | provider.rst | 184 - DMA_XOR_VAL
|