Home
last modified time | relevance | path

Searched refs:recipe_to_profile (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_switch.c1372 static DECLARE_BITMAP(recipe_to_profile[ICE_MAX_NUM_RECIPES],
2046 cmd = &desc.params.recipe_to_profile; in ice_aq_map_recipe_to_profile()
2073 cmd = &desc.params.recipe_to_profile; in ice_aq_get_recipe_to_profile()
2136 set_bit(i, recipe_to_profile[j]); in ice_get_recp_to_prof_map()
2232 prof = find_first_bit(recipe_to_profile[idx], in ice_get_recp_frm_fw()
5461 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe()
Dice_adminq_cmd.h2206 struct ice_aqc_recipe_to_profile recipe_to_profile; member