Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/dma/ioat/
Dhw.h121 #define IOAT_OP_XOR_VAL 0x88 macro
Dinit.c906 op = IOAT_OP_XOR_VAL; in ioat_xor_val_self_test()
965 op = IOAT_OP_XOR_VAL; in ioat_xor_val_self_test()
1022 } else if (op == IOAT_OP_XOR_VAL) { in ioat_xor_val_self_test()
Ddma.c503 hw->ctl_f.op == IOAT_OP_XOR_VAL) { in desc_has_ext()
802 case IOAT_OP_XOR_VAL: in ioat_eh()
Dprep.c166 u8 op = result ? IOAT_OP_XOR_VAL : IOAT_OP_XOR; in __ioat_prep_xor_lock()