Home
last modified time | relevance | path

Searched refs:MLX5_SEND_MAX_INLINE_LEN (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c842 temp = RTE_MIN(temp, MLX5_SEND_MAX_INLINE_LEN); in txq_set_params()
882 temp = RTE_MIN(temp, MLX5_SEND_MAX_INLINE_LEN); in txq_set_params()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h117 #define MLX5_SEND_MAX_INLINE_LEN (MLX5_WQE_SIZE_MAX - \ macro