Home
last modified time | relevance | path

Searched refs:r_assoc (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h414 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc,
417 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc,
H A Dice_switch.c2118 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc, in ice_aq_map_recipe_to_profile() argument
2130 cmd->recipe_assoc = cpu_to_le64(r_assoc); in ice_aq_map_recipe_to_profile()
2144 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, in ice_aq_get_recipe_to_profile() argument
2157 *r_assoc = le64_to_cpu(cmd->recipe_assoc); in ice_aq_get_recipe_to_profile()