/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types_cq.c | 74 if (!ib_dev->create_cq || !ib_dev->destroy_cq) in UVERBS_HANDLER() 212 UAPI_DEF_OBJ_NEEDS_FN(destroy_cq)),
|
H A D | ib_cq.c | 164 cq->device->destroy_cq(cq, udata); in ib_free_cq_user()
|
H A D | ib_device.c | 108 IB_MANDATORY_FUNC(destroy_cq), in ib_device_check_mandatory()
|
H A D | ib_verbs.c | 1569 cq->device->destroy_cq(cq, udata); in ib_destroy_cq_user()
|
H A D | ib_uverbs_cmd.c | 3802 UAPI_DEF_METHOD_NEEDS_FN(destroy_cq)),
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 108 .destroy_cq = irdma_udestroy_cq,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 52 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 D | provider.c | 470 ibdev->destroy_cq = c4iw_destroy_cq; in c4iw_register_device()
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 103 .destroy_cq = mlx4_destroy_cq,
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | device.c | 200 context->ops.destroy_cq(ibv_cq_ex_to_cq(cq)); in __lib_ibv_create_cq_ex()
|
H A D | verbs.c | 472 context->ops.destroy_cq(cq); in __ibv_create_cq() 492 ret = cq->context->ops.destroy_cq(cq); in __ibv_destroy_cq()
|
H A D | compat-1_0.c | 184 int (*destroy_cq)(struct ibv_cq *cq); member
|
H A D | verbs.h | 1430 int (*destroy_cq)(struct ibv_cq *cq); member
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 90 .destroy_cq = c4iw_destroy_cq,
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | mlx5.c | 113 .destroy_cq = mlx5_destroy_cq,
|
H A D | verbs.c | 534 context->ops.destroy_cq(ibv_cq_ex_to_cq(cq)); in mlx5dv_create_cq()
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 231 ibdev->destroy_cq = qlnxr_destroy_cq; in qlnxr_register_device()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1216 dev->ib_dev.destroy_cq = mthca_destroy_cq; in mthca_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2274 void (*destroy_cq)(struct ib_cq *cq, struct ib_udata *udata); member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2537 ibdev->ib_dev.destroy_cq = mlx4_ib_destroy_cq; in mlx4_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3288 dev_ops->destroy_cq = irdma_destroy_cq; in irdma_set_device_ops()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3461 dev->ib_dev.destroy_cq = mlx5_ib_destroy_cq; in mlx5_ib_add()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2141 ibdev->destroy_cq = bnxt_re_destroy_cq; in bnxt_re_register_ib()
|