Home
last modified time | relevance | path

Searched refs:MLX4_QP_BIT_FPP (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_resources.c56 context->params2 |= cpu_to_be32(MLX4_QP_BIT_FPP); in mlx4_en_fill_qp_context()
Dqp.c931 context->params2 &= ~cpu_to_be32(MLX4_QP_BIT_FPP); in mlx4_qp_to_ready()
Dresource_tracker.c3199 qp_ctx->params2 &= ~cpu_to_be32(MLX4_QP_BIT_FPP); in verify_qp_parameters()
/Linux-v5.10/include/linux/mlx4/
Dqp.h99 MLX4_QP_BIT_FPP = 1 << 3, enumerator