Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h71 u8 profile_ix; member
208 if (dim->profile_ix == (NET_DIM_PARAMS_NUM_PROFILES - 1)) in net_dim_step()
210 dim->profile_ix++; in net_dim_step()
214 if (dim->profile_ix == 0) in net_dim_step()
216 dim->profile_ix--; in net_dim_step()
245 dim->tune_state = dim->profile_ix ? NET_DIM_GOING_LEFT : in net_dim_exit_parking()
289 int prev_ix = dim->profile_ix; in net_dim_decision()
333 return dim->profile_ix != prev_ix; in net_dim_decision()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c67 u8 profile_ix; in mlx5e_dim_work() local
72 profile_ix = dim->profile_ix; in mlx5e_dim_work()
82 cur_profile = net_dim_profile[mode][profile_ix]; in mlx5e_dim_work()
H A Dmlx5_en_main.c2632 rq->dim.profile_ix = MLX5E_DIM_DEFAULT_PROFILE; in mlx5e_refresh_rq_params()