Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib.h815 int mlx5_ib_destroy_qp(struct ib_qp *qp);
Dmlx5_ib_main.c2594 mlx5_ib_destroy_qp(dev->umrc.qp); in destroy_umrc_res()
2695 mlx5_ib_destroy_qp(qp); in create_umr_res()
3192 dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp; in mlx5_ib_add()
Dmlx5_ib_qp.c2100 int mlx5_ib_destroy_qp(struct ib_qp *qp) in mlx5_ib_destroy_qp() function