Searched refs:fvit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 5340 struct ice_sw_fv_list_entry *fvit; in ice_add_adv_recipe() local 5416 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5417 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe() 5418 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 5436 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5441 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5454 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5462 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe() 5467 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe() 5479 list_for_each_entry_safe(fvit, tmp, &rm->fv_list, list_entry) { in ice_add_adv_recipe() [all …]
|