Lines Matching refs:profile_ix
63 u8 profile_ix; member
167 u8 profile_ix = cq_period_mode == NET_DIM_CQ_PERIOD_MODE_START_FROM_CQE ? in net_dim_get_def_rx_moderation() local
170 return net_dim_get_rx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_rx_moderation()
185 u8 profile_ix = cq_period_mode == NET_DIM_CQ_PERIOD_MODE_START_FROM_CQE ? in net_dim_get_def_tx_moderation() local
188 return net_dim_get_tx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_tx_moderation()
231 if (dim->profile_ix == (NET_DIM_PARAMS_NUM_PROFILES - 1)) in net_dim_step()
233 dim->profile_ix++; in net_dim_step()
237 if (dim->profile_ix == 0) in net_dim_step()
239 dim->profile_ix--; in net_dim_step()
265 dim->tune_state = dim->profile_ix ? NET_DIM_GOING_LEFT : in net_dim_exit_parking()
306 int prev_ix = dim->profile_ix; in net_dim_decision()
351 return dim->profile_ix != prev_ix; in net_dim_decision()