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

/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c282 if (unlikely(!mlx5e_sq_has_room_for(sq, 2 * MLX5_SEND_WQE_MAX_WQEBBS))) {
289 if (pi < (MLX5_SEND_WQE_MAX_WQEBBS - 1)) {
293 if (pi < (MLX5_SEND_WQE_MAX_WQEBBS - 1)) {
H A Den.h130 ((MLX5_SEND_WQE_MAX_WQEBBS * MLX5_SEND_WQEBB_NUM_DS) - \
H A Dmlx5_en_ethtool.c59 * consume is given by MLX5_SEND_WQE_MAX_WQEBBS.
64 (2 * MLX5_SEND_WQE_MAX_WQEBBS);
/freebsd-11-stable/sys/dev/mlx5/
H A Dqp.h151 MLX5_SEND_WQE_MAX_WQEBBS = 16, enumerator in enum:__anon66

Completed in 322 milliseconds