Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dqp.c1961 int mlx5_st; in create_qp_common() local
1970 mlx5_st = to_mlx5_st(init_attr->qp_type); in create_qp_common()
1971 if (mlx5_st < 0) in create_qp_common()
2173 MLX5_SET(qpc, qpc, st, mlx5_st); in create_qp_common()
3464 int mlx5_st; in __mlx5_ib_modify_qp() local
3469 mlx5_st = to_mlx5_st(ibqp->qp_type == IB_QPT_DRIVER ? in __mlx5_ib_modify_qp()
3471 if (mlx5_st < 0) in __mlx5_ib_modify_qp()
3479 context->flags = cpu_to_be32(mlx5_st << 16); in __mlx5_ib_modify_qp()
3650 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()