Lines Matching refs:profile_ix
72 u8 profile_ix = cq_period_mode == DIM_CQ_PERIOD_MODE_START_FROM_CQE ? in net_dim_get_def_rx_moderation() local
75 return net_dim_get_rx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_rx_moderation()
92 u8 profile_ix = cq_period_mode == DIM_CQ_PERIOD_MODE_START_FROM_CQE ? in net_dim_get_def_tx_moderation() local
95 return net_dim_get_tx_moderation(cq_period_mode, profile_ix); in net_dim_get_def_tx_moderation()
199 res = profile[dim->profile_ix]; in net_dim_get_rx_irq_moder()
215 res = profile[dim->profile_ix]; in net_dim_get_tx_irq_moder()
246 if (dim->profile_ix == (NET_DIM_PARAMS_NUM_PROFILES - 1)) in net_dim_step()
248 dim->profile_ix++; in net_dim_step()
252 if (dim->profile_ix == 0) in net_dim_step()
254 dim->profile_ix--; in net_dim_step()
265 dim->tune_state = dim->profile_ix ? DIM_GOING_LEFT : DIM_GOING_RIGHT; in net_dim_exit_parking()
300 int prev_ix = dim->profile_ix; in net_dim_decision()
347 return dim->profile_ix != prev_ix; in net_dim_decision()