Home
last modified time | relevance | path

Searched refs:mlx5_st (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dqp.c2085 int mlx5_st; in create_dci() local
2093 mlx5_st = to_mlx5_st(qp->type); in create_dci()
2094 if (mlx5_st < 0) in create_dci()
2131 MLX5_SET(qpc, qpc, st, mlx5_st); in create_dci()
2246 int mlx5_st; in create_user_qp() local
2254 mlx5_st = to_mlx5_st(qp->type); in create_user_qp()
2255 if (mlx5_st < 0) in create_user_qp()
2302 MLX5_SET(qpc, qpc, st, mlx5_st); in create_user_qp()
2446 int mlx5_st; in create_kernel_qp() local
2454 mlx5_st = to_mlx5_st(qp->type); in create_kernel_qp()
[all …]