/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() 124 ret = ib_dev->create_cq(cq, &attr, &attrs->driver_udata); in UVERBS_HANDLER()
|
H A D | ib_cq.c | 121 ret = dev->create_cq(cq, &cq_attr, NULL); in __ib_alloc_cq_user()
|
H A D | ib_uverbs_cmd.c | 993 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 D | ib_device.c | 107 IB_MANDATORY_FUNC(create_cq), in ib_device_check_mandatory()
|
H A D | ib_verbs.c | 1547 ret = device->create_cq(cq, cq_attr, NULL); in __ib_create_cq()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 103 .create_cq = irdma_ucreate_cq,
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | verbs.c | 451 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 D | mlx4.c | 98 .create_cq = mlx4_create_cq,
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 342 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq() function 364 "Unsupported comp_mask for create_cq\n"); in create_cq() 372 "Unsupported creation flags requested for create_cq\n"); in create_cq() 436 "Unsupported vendor comp_mask for create_cq\n"); in create_cq() 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 D | mlx5.c | 108 .create_cq = mlx5_create_cq,
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cq.c | 95 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq() function 961 ret = create_cq(&rhp->rdev, &chp->cq, in c4iw_create_cq()
|
H A D | provider.c | 469 ibdev->create_cq = c4iw_create_cq; in c4iw_register_device()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | dev.c | 88 .create_cq = c4iw_create_cq,
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.c | 460 cq = context->ops.create_cq(context, cqe, channel, comp_vector); in __ibv_create_cq()
|
H A D | compat-1_0.c | 175 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member
|
H A D | verbs.h | 1423 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member
|
/freebsd/sys/dev/qlnx/qlnxr/ |
H A D | qlnxr_os.c | 230 ibdev->create_cq = qlnxr_create_cq; in qlnxr_register_device()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1214 dev->ib_dev.create_cq = mthca_create_cq; in mthca_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2269 int (*create_cq)(struct ib_cq *, member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2534 ibdev->ib_dev.create_cq = mlx4_ib_create_cq; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3458 dev->ib_dev.create_cq = mlx5_ib_create_cq; in mlx5_ib_add()
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_verbs.c | 3283 dev_ops->create_cq = irdma_create_cq; in irdma_set_device_ops()
|
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | main.c | 2139 ibdev->create_cq = bnxt_re_create_cq; in bnxt_re_register_ib()
|