H A D | ice_sched.c | 676 * @num_profiles: the number of profiles 686 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() 697 cmd->num_profiles = CPU_TO_LE16(num_profiles); in ice_aq_rl_profile() 707 * @num_profiles: the number of profile(s) to be add 716 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() 720 return ice_aq_rl_profile(hw, ice_aqc_opc_add_rl_profiles, num_profiles, in ice_aq_add_rl_profile() 727 * @num_profiles: the number of profile(s) to query 735 ice_aq_query_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_query_rl_profile() 740 num_profiles, bu in ice_aq_query_rl_profile() 684 ice_aq_rl_profile(struct ice_hw * hw,enum ice_adminq_opc opcode,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,u16 * num_processed,struct ice_sq_cd * cd) ice_aq_rl_profile() argument 714 ice_aq_add_rl_profile(struct ice_hw * hw,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,u16 * num_profiles_added,struct ice_sq_cd * cd) ice_aq_add_rl_profile() argument 733 ice_aq_query_rl_profile(struct ice_hw * hw,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,struct ice_sq_cd * cd) ice_aq_query_rl_profile() argument 753 ice_aq_remove_rl_profile(struct ice_hw * hw,u16 num_profiles,struct ice_aqc_rl_profile_elem * buf,u16 buf_size,u16 * num_profiles_removed,struct ice_sq_cd * cd) ice_aq_remove_rl_profile() argument 778 u16 num_profiles = 1; ice_sched_del_rl_profile() local 4082 u16 profiles_added = 0, num_profiles = 1; ice_sched_add_rl_profile() local [all...] |