Home
last modified time | relevance | path

Searched refs:destroy_cq (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types_cq.c74 if (!ib_dev->create_cq || !ib_dev->destroy_cq) in UVERBS_HANDLER()
212 UAPI_DEF_OBJ_NEEDS_FN(destroy_cq)),
H A Dib_cq.c164 cq->device->destroy_cq(cq, udata); in ib_free_cq_user()
H A Dib_device.c108 IB_MANDATORY_FUNC(destroy_cq), in ib_device_check_mandatory()
H A Dib_verbs.c1569 cq->device->destroy_cq(cq, udata); in ib_destroy_cq_user()
H A Dib_uverbs_cmd.c3802 UAPI_DEF_METHOD_NEEDS_FN(destroy_cq)),
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c108 .destroy_cq = irdma_udestroy_cq,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c52 static int destroy_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in destroy_cq() function
900 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_destroy_cq()
1024 destroy_cq(&chp->rhp->rdev, &chp->cq, in c4iw_create_cq()
H A Dprovider.c470 ibdev->destroy_cq = c4iw_destroy_cq; in c4iw_register_device()
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c103 .destroy_cq = mlx4_destroy_cq,
/freebsd/contrib/ofed/libibverbs/
H A Ddevice.c200 context->ops.destroy_cq(ibv_cq_ex_to_cq(cq)); in __lib_ibv_create_cq_ex()
H A Dverbs.c472 context->ops.destroy_cq(cq); in __ibv_create_cq()
492 ret = cq->context->ops.destroy_cq(cq); in __ibv_destroy_cq()
H A Dcompat-1_0.c184 int (*destroy_cq)(struct ibv_cq *cq); member
H A Dverbs.h1430 int (*destroy_cq)(struct ibv_cq *cq); member
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c90 .destroy_cq = c4iw_destroy_cq,
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c113 .destroy_cq = mlx5_destroy_cq,
H A Dverbs.c534 context->ops.destroy_cq(ibv_cq_ex_to_cq(cq)); in mlx5dv_create_cq()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c231 ibdev->destroy_cq = qlnxr_destroy_cq; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1216 dev->ib_dev.destroy_cq = mthca_destroy_cq; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2274 void (*destroy_cq)(struct ib_cq *cq, struct ib_udata *udata); member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2537 ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; in mlx4_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3288 dev_ops->destroy_cq = irdma_destroy_cq; in irdma_set_device_ops()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3461 dev->ib_dev.destroy_cq = mlx5_ib_destroy_cq; in mlx5_ib_add()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dmain.c2141 ibdev->destroy_cq = bnxt_re_destroy_cq; in bnxt_re_register_ib()