Lines Matching refs:mlx5_st
2001 int mlx5_st; in create_dci() local
2009 mlx5_st = to_mlx5_st(qp->type); in create_dci()
2010 if (mlx5_st < 0) in create_dci()
2047 MLX5_SET(qpc, qpc, st, mlx5_st); in create_dci()
2162 int mlx5_st; in create_user_qp() local
2170 mlx5_st = to_mlx5_st(qp->type); in create_user_qp()
2171 if (mlx5_st < 0) in create_user_qp()
2218 MLX5_SET(qpc, qpc, st, mlx5_st); in create_user_qp()
2362 int mlx5_st; in create_kernel_qp() local
2370 mlx5_st = to_mlx5_st(qp->type); in create_kernel_qp()
2371 if (mlx5_st < 0) in create_kernel_qp()
2395 MLX5_SET(qpc, qpc, st, mlx5_st); in create_kernel_qp()
4042 int mlx5_st; in __mlx5_ib_modify_qp() local
4047 mlx5_st = to_mlx5_st(qp->type); in __mlx5_ib_modify_qp()
4048 if (mlx5_st < 0) in __mlx5_ib_modify_qp()
4056 MLX5_SET(qpc, qpc, st, mlx5_st); in __mlx5_ib_modify_qp()
4219 optpar &= opt_mask[mlx5_cur][mlx5_new][mlx5_st]; in __mlx5_ib_modify_qp()