Searched refs:recipe_to_profile (Results 1 – 2 of 2) sorted by relevance
1372 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()
2206 struct ice_aqc_recipe_to_profile recipe_to_profile; member