Home
last modified time | relevance | path

Searched refs:create_cq (Results 1 – 22 of 22) 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()
124 ret = ib_dev->create_cq(cq, &attr, &attrs->driver_udata); in UVERBS_HANDLER()
H A Dib_cq.c121 ret = dev->create_cq(cq, &cq_attr, NULL); in __ib_alloc_cq_user()
H A Dib_uverbs_cmd.c993 static struct ib_ucq_object *create_cq(struct uverbs_attr_bundle *attrs, in create_cq() function
1040 ret = ib_dev->create_cq(cq, &attr, &attrs->driver_udata); in create_cq()
1089 obj = create_cq(attrs, &cmd_ex); in ib_uverbs_create_cq()
1109 obj = create_cq(attrs, &cmd); in ib_uverbs_ex_create_cq()
3796 UAPI_DEF_METHOD_NEEDS_FN(create_cq)),
3827 UAPI_DEF_METHOD_NEEDS_FN(create_cq)),
3832 UAPI_DEF_METHOD_NEEDS_FN(create_cq))),
H A Dib_device.c107 IB_MANDATORY_FUNC(create_cq), in ib_device_check_mandatory()
H A Dib_verbs.c1547 ret = device->create_cq(cq, cq_attr, NULL); in __ib_create_cq()
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c103 .create_cq = irdma_ucreate_cq,
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c451 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq() function
556 cq = create_cq(context, &cq_attr, 0); in mlx4_create_cq()
574 return create_cq(context, &cq_attr_c, MLX4_CQ_FLAGS_EXTENDED); in mlx4_create_cq_ex()
H A Dmlx4.c98 .create_cq = mlx4_create_cq,
/freebsd/contrib/ofed/libmlx5/
H A Dverbs.c342 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq() function
505 cq = create_cq(context, &cq_attr, 0, NULL); in mlx5_create_cq()
512 return create_cq(context, cq_attr, MLX5_CQ_FLAGS_EXTENDED, NULL); in mlx5_create_cq_ex()
522 cq = create_cq(context, cq_attr, MLX5_CQ_FLAGS_EXTENDED, mlx5_cq_attr); in mlx5dv_create_cq()
H A Dmlx5.c108 .create_cq = mlx5_create_cq,
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c95 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq() function
959 ret = create_cq(&rhp->rdev, &chp->cq, in c4iw_create_cq()
H A Dprovider.c467 ibdev->create_cq = c4iw_create_cq; in c4iw_register_device()
/freebsd/contrib/ofed/libcxgb4/
H A Ddev.c88 .create_cq = c4iw_create_cq,
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.c460 cq = context->ops.create_cq(context, cqe, channel, comp_vector); in __ibv_create_cq()
H A Dcompat-1_0.c175 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member
H A Dverbs.h1423 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c230 ibdev->create_cq = qlnxr_create_cq; in qlnxr_register_device()
/freebsd/sys/dev/mthca/
H A Dmthca_provider.c1214 dev->ib_dev.create_cq = mthca_create_cq; in mthca_register_device()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h2269 int (*create_cq)(struct ib_cq *, member
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2534 ibdev->ib_dev.create_cq = mlx4_ib_create_cq; in mlx4_ib_add()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3459 dev->ib_dev.create_cq = mlx5_ib_create_cq; in mlx5_ib_add()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c3283 dev_ops->create_cq = irdma_create_cq; in irdma_set_device_ops()