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

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_dim.c66 u8 profile_ix; local
71 profile_ix = dim->profile_ix;
81 cur_profile = net_dim_profile[mode][profile_ix];
H A Dmlx5_en_main.c2418 rq->dim.profile_ix = MLX5E_DIM_DEFAULT_PROFILE;
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnet_dim.h73 u8 profile_ix; member in struct:net_dim
210 if (dim->profile_ix == (NET_DIM_PARAMS_NUM_PROFILES - 1))
212 dim->profile_ix++;
216 if (dim->profile_ix == 0)
218 dim->profile_ix--;
247 dim->tune_state = dim->profile_ix ? NET_DIM_GOING_LEFT :
291 int prev_ix = dim->profile_ix;
335 return dim->profile_ix != prev_ix;

Completed in 69 milliseconds