Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Den_tx.c37 #define MLX5E_SQ_NOPS_ROOM MLX5_SEND_WQE_MAX_WQEBBS
38 #define MLX5E_SQ_STOP_ROOM (MLX5_SEND_WQE_MAX_WQEBBS +\
Den_main.c573 sq->edge = (sq->wq.sz_m1 + 1) - MLX5_SEND_WQE_MAX_WQEBBS; in mlx5e_create_sq()
/linux-4.4.14/include/linux/mlx5/
Dqp.h149 MLX5_SEND_WQE_MAX_WQEBBS = 16, enumerator