Searched refs:fvit (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 5336 struct ice_sw_fv_list_entry *fvit; in ice_add_adv_recipe() local 5412 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5413 ice_debug(hw, ICE_DBG_SW, "profile: %d\n", fvit->profile_id); in ice_add_adv_recipe() 5414 set_bit((u16)fvit->profile_id, profiles); in ice_add_adv_recipe() 5432 list_for_each_entry(fvit, &rm->fv_list, list_entry) { in ice_add_adv_recipe() 5436 status = ice_aq_get_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5447 status = ice_aq_map_recipe_to_profile(hw, fvit->profile_id, in ice_add_adv_recipe() 5456 bitmap_copy(profile_to_recipe[fvit->profile_id], r_bitmap, in ice_add_adv_recipe() 5461 set_bit((u16)fvit->profile_id, recipe_to_profile[j]); in ice_add_adv_recipe() 5473 list_for_each_entry_safe(fvit, tm in ice_add_adv_recipe() 5475 devm_kfree(ice_hw_to_dev(hw), fvit); ice_add_adv_recipe() local [all...] |
Completed in 7 milliseconds