Searched refs:mlx5_st (Results 1 – 1 of 1) sorted by relevance
1933 int mlx5_st; in create_user_qp() local1941 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() local2131 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() local3803 mlx5_st = to_mlx5_st(qp->type); in __mlx5_ib_modify_qp()[all …]