Searched refs:mlx5_st (Results 1 – 1 of 1) sorted by relevance
2001 int mlx5_st; in create_dci() local2009 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() local2170 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() local2370 mlx5_st = to_mlx5_st(qp->type); in create_kernel_qp()[all …]