Home
last modified time | relevance | path

Searched refs:IOAT_OP_XOR (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/dma/ioat/
Dhw.h120 #define IOAT_OP_XOR 0x87 macro
Dinit.c838 op = IOAT_OP_XOR; in ioat_xor_val_self_test()
1017 if (op == IOAT_OP_XOR) { in ioat_xor_val_self_test()
Dprep.c166 u8 op = result ? IOAT_OP_XOR_VAL : IOAT_OP_XOR; in __ioat_prep_xor_lock()
Ddma.c502 if (hw->ctl_f.op == IOAT_OP_XOR || in desc_has_ext()