Home
last modified time | relevance | path

Searched refs:num_profiles_removed (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_sched.c636 * @num_profiles_removed: total number of profiles removed to return
644 u16 *num_profiles_removed, struct ice_sq_cd *cd) in ice_aq_remove_rl_profile()
648 num_profiles_removed, cd); in ice_aq_remove_rl_profile()
665 u16 num_profiles_removed; in ice_sched_del_rl_profile() local
675 &num_profiles_removed, NULL); in ice_sched_del_rl_profile()
676 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile()
642 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
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_sched.c719 * @num_profiles_removed: total number of profiles removed to return
727 u16 *num_profiles_removed, struct ice_sq_cd *cd) in ice_aq_remove_rl_profile()
731 num_profiles_removed, cd); in ice_aq_remove_rl_profile()
748 u16 num_profiles_removed; in ice_sched_del_rl_profile() local
758 &num_profiles_removed, NULL); in ice_sched_del_rl_profile()
759 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile()
725 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

Completed in 10 milliseconds