Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dqp.c1617 int mlx5_st; in create_qp_common() local
1626 mlx5_st = to_mlx5_st(init_attr->qp_type); in create_qp_common()
1627 if (mlx5_st < 0) in create_qp_common()
1791 MLX5_SET(qpc, qpc, st, mlx5_st); in create_qp_common()
2963 int mlx5_st; in __mlx5_ib_modify_qp() local
2968 mlx5_st = to_mlx5_st(ibqp->qp_type == IB_QPT_DRIVER ? in __mlx5_ib_modify_qp()
2970 if (mlx5_st < 0) in __mlx5_ib_modify_qp()
2977 context->flags = cpu_to_be32(mlx5_st << 16); in __mlx5_ib_modify_qp()
3140 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()