Home
last modified time | relevance | path

Searched refs:ICE_MAX_NUM_PROFILES (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_switch.c1946 ICE_MAX_NUM_PROFILES);
1949 static ice_declare_bitmap(profile_to_recipe[ICE_MAX_NUM_PROFILES],
2013 for (j = 0; j < ICE_MAX_NUM_PROFILES; j++) { in ice_get_tun_type_for_recipe()
2088 for (j = 0; j < ICE_MAX_NUM_PROFILES; j++) { in ice_get_tun_type_for_recipe()
2276 ICE_MAX_NUM_PROFILES); in ice_get_recp_frm_fw()
7096 ice_for_each_set_bit(bit, profiles, ICE_MAX_NUM_PROFILES) { in ice_find_free_recp_res_idx()
7562 ice_zero_bitmap(bm, ICE_MAX_NUM_PROFILES); in ice_get_compat_fv_bitmap()
7812 ice_declare_bitmap(fv_bitmap, ICE_MAX_NUM_PROFILES); in ice_add_adv_recipe()
7813 ice_declare_bitmap(profiles, ICE_MAX_NUM_PROFILES); in ice_add_adv_recipe()
7901 ice_for_each_set_bit(j, fv_bitmap, ICE_MAX_NUM_PROFILES) { in ice_add_adv_recipe()
[all …]
H A Dice_flex_type.h19 #define ICE_MAX_NUM_PROFILES 256 macro
H A Dice_type.h1109 ice_declare_bitmap(prof_res_bm[ICE_MAX_NUM_PROFILES], ICE_MAX_FV_WORDS);
H A Dice_flex_pipe.c1826 ice_zero_bitmap(bm, ICE_MAX_NUM_PROFILES); in ice_get_sw_fv_bitmap()