Searched refs:bit_key (Results 1 – 2 of 2) sorted by relevance
165 bit_key = item["bit_key"]
1059 u8 bit_key, bit_key_inv, bit_pat; in ice_ternary_match_byte() local1063 bit_key = key & 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()