Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Duverbs.h276 IB_UVERBS_DECLARE_CMD(destroy_qp);
Dib_device.c106 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
Dib_verbs.c788 real_qp->device->destroy_qp(real_qp); in ib_create_xrc_qp()
1337 ret = qp->device->destroy_qp(qp); in ib_destroy_qp()
/freebsd-12-stable/contrib/ofed/libmlx4/
Dmlx4.c112 .destroy_qp = mlx4_destroy_qp,
/freebsd-12-stable/contrib/ofed/libcxgb4/
Ddev.c96 .destroy_qp = c4iw_destroy_qp,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
Dprovider.c487 ibdev->destroy_qp = c4iw_destroy_qp; in c4iw_register_device()
Dqp.c105 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() function
583 destroy_qp(&rhp->rdev, &qhp->wq, in free_qp_work()
1906 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_create_qp()
/freebsd-12-stable/contrib/ofed/libmlx5/
Dmlx5.c116 .destroy_qp = mlx5_destroy_qp,
/freebsd-12-stable/contrib/ofed/libibverbs/
Dverbs.c623 return qp->context->ops.destroy_qp(qp); in __ibv_destroy_qp()
Dcompat-1_0.c202 int (*destroy_qp)(struct ibv_qp *qp); member
Dverbs.h1448 int (*destroy_qp)(struct ibv_qp *qp); member
/freebsd-12-stable/sys/dev/mthca/
Dmthca_provider.c1260 dev->ib_dev.destroy_qp = mthca_destroy_qp; in mthca_register_device()
/freebsd-12-stable/sys/ofed/include/rdma/
Dib_verbs.h1978 int (*destroy_qp)(struct ib_qp *qp); member
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
Dmlx4_ib_main.c2622 ibdev->ib_dev.destroy_qp = mlx4_ib_destroy_qp; in mlx4_ib_add()
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
Dmlx5_ib_main.c3192 dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp; in mlx5_ib_add()