Searched refs:IOAT_CAP_PQ (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()
1119 if (ioat_dma->cap & IOAT_CAP_PQ) { ioat3_dma_probe()
1165 if (!(ioat_dma->cap & (IOAT_CAP_XOR | IOAT_CAP_PQ))) ioat3_dma_probe()
H A Dregisters.h77 #define IOAT_CAP_PQ 0x00000200 macro

Completed in 46 milliseconds