Searched refs:clbr_curr_next (Results 1 – 1 of 1) sorted by relevance
1160 int clbr_curr_next; in mlx5e_calibration_callout() local1164 clbr_curr_next = priv->clbr_curr + 1; in mlx5e_calibration_callout()1165 if (clbr_curr_next >= nitems(priv->clbr_points)) in mlx5e_calibration_callout()1166 clbr_curr_next = 0; in mlx5e_calibration_callout()1167 next = &priv->clbr_points[clbr_curr_next]; in mlx5e_calibration_callout()1190 priv->clbr_curr = clbr_curr_next; in mlx5e_calibration_callout()