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

/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rx.c384 #define MLX5E_MINI_ARRAY_SZ 8 macro
387 sizeof(struct mlx5_mini_cqe8) * MLX5E_MINI_ARRAY_SZ); variable
391 struct mlx5_mini_cqe8 mini_array[MLX5E_MINI_ARRAY_SZ];
409 &mini_array[i % MLX5E_MINI_ARRAY_SZ],
416 if (i % MLX5E_MINI_ARRAY_SZ == 0)

Completed in 46 milliseconds