Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_tx.c201 if (unlikely(!mlx5e_sq_has_room_for(sq, 2 * MLX5_SEND_WQE_MAX_WQEBBS))) { in mlx5e_sq_xmit()
207 if (pi < (MLX5_SEND_WQE_MAX_WQEBBS - 1)) { in mlx5e_sq_xmit()
211 if (pi < (MLX5_SEND_WQE_MAX_WQEBBS - 1)) { in mlx5e_sq_xmit()
HDen.h113 ((MLX5_SEND_WQE_MAX_WQEBBS * MLX5_SEND_WQEBB_NUM_DS) - \
/NextBSD/sys/dev/mlx5/
HDqp.h136 MLX5_SEND_WQE_MAX_WQEBBS = 16, enumerator