Lines Matching defs:num_profiles
676 * @num_profiles: the number of profiles
686 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf,
697 cmd->num_profiles = CPU_TO_LE16(num_profiles);
707 * @num_profiles: the number of profile(s) to be add
716 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles,
720 return ice_aq_rl_profile(hw, ice_aqc_opc_add_rl_profiles, num_profiles,
727 * @num_profiles: the number of profile(s) to query
735 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles,
740 num_profiles, buf, buf_size, NULL, cd);
746 * @num_profiles: the number of profile(s) to remove
755 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles,
760 num_profiles, buf, buf_size,
779 u16 num_profiles = 1;
787 status = ice_aq_remove_rl_profile(hw, num_profiles, buf, sizeof(*buf),
789 if (status || num_profiles_removed != num_profiles)
4084 u16 profiles_added = 0, num_profiles = 1;
4131 status = ice_aq_add_rl_profile(hw, num_profiles, buf, sizeof(*buf),
4133 if (status || profiles_added != num_profiles)