Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c598 * ice_bits_max_set - determine if the number of bits set is within a maximum
607 static bool ice_bits_max_set(const u8 *mask, u16 size, u16 max) in ice_bits_max_set() function
672 if (nm && !ice_bits_max_set(nm, len, ICE_NVR_MTCH_BITS_MAX)) in ice_set_key()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c184 * ice_bits_max_set - determine if the number of bits set is within a maximum
193 static bool ice_bits_max_set(const u8 *mask, u16 size, u16 max) in ice_bits_max_set() function
258 if (nm && !ice_bits_max_set(nm, len, ICE_NVR_MTCH_BITS_MAX)) in ice_set_key()

Completed in 11 milliseconds