Home
last modified time | relevance | path

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

/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx_am.c147 if (am->profile_ix == (MLX5E_PARAMS_AM_NUM_PROFILES - 1)) in mlx5e_am_step()
149 am->profile_ix++; in mlx5e_am_step()
153 if (am->profile_ix == 0) in mlx5e_am_step()
155 am->profile_ix--; in mlx5e_am_step()
181 am->tune_state = am->profile_ix ? MLX5E_AM_GOING_LEFT : in mlx5e_am_exit_parking()
215 int prev_ix = am->profile_ix; in mlx5e_am_decision()
260 return am->profile_ix != prev_ix; in mlx5e_am_decision()
300 struct mlx5e_cq_moder cur_profile = profile[am->mode][am->profile_ix]; in mlx5e_rx_am_work()
Den.h302 u8 profile_ix; member