Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c530 * @nvr_mtch: never match mask
551 ice_gen_key_word(u8 val, u8 valid, u8 dont_care, u8 nvr_mtch, u8 *key, in ice_gen_key_word() argument
557 /* 'dont_care' and 'nvr_mtch' masks cannot overlap */ in ice_gen_key_word()
558 if ((dont_care ^ nvr_mtch) != (dont_care | nvr_mtch)) in ice_gen_key_word()
575 } else if (nvr_mtch & 0x1) { /* never match bit */ in ice_gen_key_word()
587 nvr_mtch >>= 1; in ice_gen_key_word()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c116 * @nvr_mtch: never match mask
137 ice_gen_key_word(u8 val, u8 valid, u8 dont_care, u8 nvr_mtch, u8 *key, in ice_gen_key_word() argument
143 /* 'dont_care' and 'nvr_mtch' masks cannot overlap */ in ice_gen_key_word()
144 if ((dont_care ^ nvr_mtch) != (dont_care | nvr_mtch)) in ice_gen_key_word()
161 } else if (nvr_mtch & 0x1) { /* never match bit */ in ice_gen_key_word()
173 nvr_mtch >>= 1; in ice_gen_key_word()

Completed in 11 milliseconds