Lines Matching refs:mlx5_st
2083 int mlx5_st; in create_dci() local
2091 mlx5_st = to_mlx5_st(qp->type); in create_dci()
2092 if (mlx5_st < 0) in create_dci()
2129 MLX5_SET(qpc, qpc, st, mlx5_st); in create_dci()
2244 int mlx5_st; in create_user_qp() local
2252 mlx5_st = to_mlx5_st(qp->type); in create_user_qp()
2253 if (mlx5_st < 0) in create_user_qp()
2300 MLX5_SET(qpc, qpc, st, mlx5_st); in create_user_qp()
2444 int mlx5_st; in create_kernel_qp() local
2452 mlx5_st = to_mlx5_st(qp->type); in create_kernel_qp()
2453 if (mlx5_st < 0) in create_kernel_qp()
2477 MLX5_SET(qpc, qpc, st, mlx5_st); in create_kernel_qp()
4148 int mlx5_st; in __mlx5_ib_modify_qp() local
4153 mlx5_st = to_mlx5_st(qp->type); in __mlx5_ib_modify_qp()
4154 if (mlx5_st < 0) in __mlx5_ib_modify_qp()
4162 MLX5_SET(qpc, qpc, st, mlx5_st); in __mlx5_ib_modify_qp()
4330 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()