Searched refs:IOAT_CAP_XOR (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
H A Dinit.c1102 ~(IOAT_CAP_XOR | IOAT_CAP_PQ | IOAT_CAP_RAID16SS); ioat3_dma_probe()
1105 if (dca_en && (ioat_dma->cap & (IOAT_CAP_XOR|IOAT_CAP_PQ))) ioat3_dma_probe()
1106 ioat_dma->cap &= ~(IOAT_CAP_XOR|IOAT_CAP_PQ); ioat3_dma_probe()
1108 if (ioat_dma->cap & IOAT_CAP_XOR) { ioat3_dma_probe()
1132 if (!(ioat_dma->cap & IOAT_CAP_XOR)) { ioat3_dma_probe()
1165 if (!(ioat_dma->cap & (IOAT_CAP_XOR | IOAT_CAP_PQ))) ioat3_dma_probe()
H A Dregisters.h76 #define IOAT_CAP_XOR 0x00000100 macro

Completed in 48 milliseconds