Searched refs:MLX5_MPW_ENHANCED (Results 1 – 5 of 5) sorted by relevance
553 if (config->mps == MLX5_MPW_ENHANCED && in mlx5_select_tx_function()
2315 config->mps = (dev_cap->mps == MLX5_MPW_ENHANCED) ? in mlx5_port_args_config()2316 MLX5_MPW_ENHANCED : MLX5_MPW_DISABLED; in mlx5_port_args_config()2320 config->mps == MLX5_MPW_ENHANCED ? "enhanced " : in mlx5_port_args_config()
782 if (config->mps != MLX5_MPW_ENHANCED && config->mps != MLX5_MPW) in txq_set_params()
195 sh->dev_cap.mps = MLX5_MPW_ENHANCED; in mlx5_os_capabilities_prepare()
304 MLX5_MPW_ENHANCED, /* Enhanced Multi-Packet Send WQE, a.k.a MPWv2. */ enumerator