Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_resources.c56 context->params2 |= cpu_to_be32(MLX4_QP_BIT_FPP); in mlx4_en_fill_qp_context()
H A Dqp.c936 context->params2 &= ~cpu_to_be32(MLX4_QP_BIT_FPP); in mlx4_qp_to_ready()
H A Dresource_tracker.c3200 qp_ctx->params2 &= ~cpu_to_be32(MLX4_QP_BIT_FPP); in verify_qp_parameters()
/openbmc/linux/include/linux/mlx4/
H A Dqp.h99 MLX4_QP_BIT_FPP = 1 << 3, enumerator