Searched refs:fvit (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_switch.c | 5364 struct ice_sw_fv_list_entry *fvit; in ice_add_adv_recipe() local 5444 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5445 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe() 5446 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 5464 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5468 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5479 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5488 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe() 5493 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe() 5505 list_for_each_entry_safe(fvit, tmp, &rm->fv_list, list_entry) { in ice_add_adv_recipe() [all …]
|