Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c112 .destroy_qp = irdma_udestroy_qp,
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c342 UAPI_DEF_OBJ_NEEDS_FN(destroy_qp)),
H A Dib_device.c104 IB_MANDATORY_FUNC(destroy_qp), in ib_device_check_mandatory()
H A Dib_verbs.c871 real_qp->device->destroy_qp(real_qp, NULL); in ib_create_xrc_qp()
1506 ret = qp->device->destroy_qp(qp, udata); in ib_destroy_qp_user()
H A Dib_uverbs_cmd.c3946 UAPI_DEF_METHOD_NEEDS_FN(destroy_qp)),
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c112 .destroy_qp = mlx4_destroy_qp,
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c96 .destroy_qp = c4iw_destroy_qp,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c466 ibdev->destroy_qp = c4iw_destroy_qp; in c4iw_register_device()
H A Dqp.c103 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() function
581 destroy_qp(&rhp->rdev, &qhp->wq, in free_qp_work()
1901 destroy_qp(&rhp->rdev, &qhp->wq, in c4iw_create_qp()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c645 return qp->context->ops.destroy_qp(qp); in __ibv_destroy_qp()
H A Dcompat-1_0.c202 int (*destroy_qp)(struct ibv_qp *qp); member
H A Dverbs.h1448 int (*destroy_qp)(struct ibv_qp *qp); member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c122 .destroy_qp = mlx5_destroy_qp,
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c238 ibdev->destroy_qp = qlnxr_destroy_qp; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1213 dev->ib_dev.destroy_qp = mthca_destroy_qp; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2262 int (*destroy_qp)(struct ib_qp *qp, struct ib_udata *udata); member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2531 ibdev->ib_dev.destroy_qp = mlx4_ib_destroy_qp; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3456 dev->ib_dev.destroy_qp = mlx5_ib_destroy_qp; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3289 dev_ops->destroy_qp = irdma_destroy_qp; in irdma_set_device_ops()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2136 ibdev->destroy_qp = bnxt_re_destroy_qp; in bnxt_re_register_ib()