Searched refs:recp_assoc (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_switch.c | 2232 u64 recp_assoc; in ice_release_recipe_res() local 2240 &recp_assoc, in ice_release_recipe_res() 2245 bitmap_from_arr64(r_bitmap, &recp_assoc, in ice_release_recipe_res() 2249 bitmap_to_arr64(&recp_assoc, r_bitmap, in ice_release_recipe_res() 2252 recp_assoc, NULL); in ice_release_recipe_res() 2283 u64 recp_assoc; in ice_get_recp_to_prof_map() local 2291 if (ice_aq_get_recipe_to_profile(hw, i, &recp_assoc, NULL)) in ice_get_recp_to_prof_map() 2293 bitmap_from_arr64(r_bitmap, &recp_assoc, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map() 5414 u64 recp_assoc; in ice_add_adv_recipe() local 5418 &recp_assoc, NULL); in ice_add_adv_recipe() [all …]
|