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