Lines Matching refs:mlx5_st
1933 int mlx5_st; in create_user_qp() local
1941 mlx5_st = to_mlx5_st(qp->type); in create_user_qp()
1942 if (mlx5_st < 0) in create_user_qp()
1982 MLX5_SET(qpc, qpc, st, mlx5_st); in create_user_qp()
2123 int mlx5_st; in create_kernel_qp() local
2131 mlx5_st = to_mlx5_st(qp->type); in create_kernel_qp()
2132 if (mlx5_st < 0) in create_kernel_qp()
2156 MLX5_SET(qpc, qpc, st, mlx5_st); in create_kernel_qp()
3798 int mlx5_st; in __mlx5_ib_modify_qp() local
3803 mlx5_st = to_mlx5_st(qp->type); in __mlx5_ib_modify_qp()
3804 if (mlx5_st < 0) in __mlx5_ib_modify_qp()
3812 MLX5_SET(qpc, qpc, st, mlx5_st); in __mlx5_ib_modify_qp()
3975 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()