Home
last modified time | relevance | path

Searched defs:ICE_TCAM_KEY_VAL_SZ (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c3993 u8 cdid, u16 flags, u8 vl_msk[ICE_TCAM_KEY_VAL_SZ], in ice_prof_gen_key()
3994 u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], u8 nm_msk[ICE_TCAM_KEY_VAL_SZ], in ice_prof_gen_key()
4050 u8 vl_msk[ICE_TCAM_KEY_VAL_SZ], in ice_tcam_write_entry()
4051 u8 dc_msk[ICE_TCAM_KEY_VAL_SZ], in ice_tcam_write_entry()
4052 u8 nm_msk[ICE_TCAM_KEY_VAL_SZ]) in ice_tcam_write_entry()
5214 static void ice_set_tcam_flags(u16 mask, u8 dc_mask[ICE_TCAM_KEY_VAL_SZ]) in ice_set_tcam_flags()
H A Dice_flex_type.h695 #define ICE_TCAM_KEY_VAL_SZ 5 macro