Searched refs:fvit (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_switch.c | 5316 struct ice_sw_fv_list_entry *fvit; in ice_add_adv_recipe() local 5389 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5390 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe() 5391 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 5413 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5418 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5431 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5439 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe() 5444 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe() 5462 list_del(&fvit->list_entry); in ice_add_adv_recipe() [all …]
|