Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c1160 int clbr_curr_next; in mlx5e_calibration_callout() local
1164 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()