Home
last modified time | relevance | path

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

/trueos/sys/ofed/drivers/infiniband/core/
HDuverbs.h198 IB_UVERBS_DECLARE_CMD(destroy_qp);
HDdevice.c89 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
HDverbs.c706 ret = qp->device->destroy_qp(qp); in ib_destroy_qp()
/trueos/contrib/ofed/libmthca/src/
HDmthca.c127 .destroy_qp = mthca_destroy_qp,
/trueos/contrib/ofed/libmlx4/src/
HDmlx4.c131 .destroy_qp = mlx4_destroy_qp,
/trueos/sys/dev/cxgbe/iw_cxgbe/
HDprovider.c445 ibdev->destroy_qp = c4iw_destroy_qp; in c4iw_register_device()
HDqp.c107 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() function
1433 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_destroy_qp()
1635 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_create_qp()
/trueos/contrib/ofed/libibverbs/src/
HDverbs.c487 return qp->context->ops.destroy_qp(qp); in __ibv_destroy_qp()
HDcompat-1_0.c204 int (*destroy_qp)(struct ibv_qp *qp); member
/trueos/contrib/ofed/libibverbs/include/infiniband/
HDverbs.h731 int (*destroy_qp)(struct ibv_qp *qp); member
/trueos/sys/dev/cxgb/ulp/iw_cxgb/
HDiw_cxgb_provider.c1103 dev->ibdev.destroy_qp = iwch_destroy_qp; in iwch_register_device()
/trueos/sys/ofed/include/rdma/
HDib_verbs.h1253 int (*destroy_qp)(struct ib_qp *qp); member
/trueos/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_provider.c1370 dev->ib_dev.destroy_qp = mthca_destroy_qp; in mthca_register_device()
/trueos/sys/ofed/drivers/infiniband/hw/mlx4/
HDmain.c1974 ibdev->ib_dev.destroy_qp = mlx4_ib_destroy_qp; in mlx4_ib_add()