Searched refs:r_assoc (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.h | 427 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 D | ice_switch.c | 2041 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()
|