Searched refs:MLX5_SEND_MAX_INLINE_LEN (Results 1 – 2 of 2) sorted by relevance
842 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()
117 #define MLX5_SEND_MAX_INLINE_LEN (MLX5_WQE_SIZE_MAX - \ macro