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

/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c49 MLX5_NUM_SPARE_EQE = 0x80, enumerator in enum:__anon13979
382 * create our EQs with MLX5_NUM_SPARE_EQE extra
386 if (unlikely(set_ci >= MLX5_NUM_SPARE_EQE)) {
432 eq->nent = roundup_pow_of_two(nent + MLX5_NUM_SPARE_EQE);

Completed in 96 milliseconds