Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dgsi.c194 ret = mlx5_ib_destroy_qp(gsi->rx_qp, NULL); in mlx5_ib_destroy_gsi()
Dmlx5_ib.h1157 int mlx5_ib_destroy_qp(struct ib_qp *qp, struct ib_udata *udata);
Dmain.c4033 .destroy_qp = mlx5_ib_destroy_qp,
4397 mlx5_ib_destroy_qp(dev->umrc.qp, NULL); in mlx5_ib_stage_pre_ib_reg_umr_cleanup()
4507 mlx5_ib_destroy_qp(qp, NULL); in mlx5_ib_stage_post_ib_reg_umr_init()
Dqp.c3026 int mlx5_ib_destroy_qp(struct ib_qp *qp, struct ib_udata *udata) in mlx5_ib_destroy_qp() function