Searched refs:bit_key_inv (Results 1 – 1 of 1) sorted by relevance
1059 u8 bit_key, bit_key_inv, bit_pat; in ice_ternary_match_byte() local1064 bit_key_inv = key_inv & BIT(i); in ice_ternary_match_byte()1067 if (bit_key != 0 && bit_key_inv != 0) in ice_ternary_match_byte()1070 if ((bit_key == 0 && bit_key_inv == 0) || bit_key == bit_pat) in ice_ternary_match_byte()