Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.h427 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc,
430 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc,
H A Dice_switch.c2041 ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc, in ice_aq_map_recipe_to_profile() argument
2053 cmd->recipe_assoc = cpu_to_le64(r_assoc); in ice_aq_map_recipe_to_profile()
2067 ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc, in ice_aq_get_recipe_to_profile() argument
2080 *r_assoc = le64_to_cpu(cmd->recipe_assoc); in ice_aq_get_recipe_to_profile()