Searched refs:recp_assoc (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_switch.c | 2233 u64 recp_assoc; in ice_release_recipe_res() local 2241 &recp_assoc, in ice_release_recipe_res() 2246 bitmap_from_arr64(r_bitmap, &recp_assoc, in ice_release_recipe_res() 2250 bitmap_to_arr64(&recp_assoc, r_bitmap, in ice_release_recipe_res() 2253 recp_assoc, NULL); in ice_release_recipe_res() 2284 u64 recp_assoc; in ice_get_recp_to_prof_map() local 2292 if (ice_aq_get_recipe_to_profile(hw, i, &recp_assoc, NULL)) in ice_get_recp_to_prof_map() 2294 bitmap_from_arr64(r_bitmap, &recp_assoc, ICE_MAX_NUM_RECIPES); in ice_get_recp_to_prof_map() 5416 u64 recp_assoc; in ice_add_adv_recipe() local 5420 &recp_assoc, NULL); in ice_add_adv_recipe() [all …]
|