Searched refs:create_cq (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cq.c111 cq = dev->create_cq(dev, &cq_attr, NULL, NULL);
H A Duverbs.h260 IB_UVERBS_DECLARE_CMD(create_cq); variable
294 IB_UVERBS_DECLARE_EX_CMD(create_cq); variable
H A Dib_device.c109 IB_MANDATORY_FUNC(create_cq),
H A Dib_uverbs_cmd.c1362 static struct ib_ucq_object *create_cq(struct ib_uverbs_file *file, function
1412 cq = ib_dev->create_cq(ib_dev, &attr,
1509 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex,
1558 obj = create_cq(file, ib_dev, ucore, uhw, &cmd,
H A Dib_verbs.c1365 cq = device->create_cq(device, cq_attr, NULL, NULL);
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dmlx4.c98 .create_cq = mlx4_create_cq,
H A Dverbs.c451 static struct ibv_cq_ex *create_cq(struct ibv_context *context, function
553 cq = create_cq(context, &cq_attr, 0);
571 return create_cq(context, &cq_attr_c, MLX4_CQ_FLAGS_EXTENDED);
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c97 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, function
968 ret = create_cq(&rhp->rdev, &chp->cq,
H A Dprovider.c488 ibdev->create_cq = c4iw_create_cq;
/freebsd-12-stable/contrib/ofed/libcxgb4/
H A Ddev.c88 .create_cq = c4iw_create_cq,
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dverbs.c342 static struct ibv_cq_ex *create_cq(struct ibv_context *context, function
364 "Unsupported comp_mask for create_cq\n");
372 "Unsupported creation flags requested for create_cq\n");
436 "Unsupported vendor comp_mask for create_cq\n");
505 cq = create_cq(context, &cq_attr, 0, NULL);
512 return create_cq(context, cq_attr, MLX5_CQ_FLAGS_EXTENDED, NULL);
521 cq = create_cq(context, cq_attr, MLX5_CQ_FLAGS_EXTENDED, mlx5_cq_attr);
H A Dmlx5.c102 .create_cq = mlx5_create_cq,
/freebsd-12-stable/contrib/ofed/libibverbs/
H A Dcompat-1_0.c175 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member in struct:ibv_context_ops_1_0
H A Dverbs.c459 cq = context->ops.create_cq(context, cqe, channel, comp_vector);
H A Dverbs.h1423 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member in struct:ibv_context_ops
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.c1261 dev->ib_dev.create_cq = mthca_create_cq;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1985 struct ib_cq * (*create_cq)(struct ib_device *device, member in struct:ib_device
/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_main.c2625 ibdev->ib_dev.create_cq = mlx4_ib_create_cq;
/freebsd-12-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c3195 dev->ib_dev.create_cq = mlx5_ib_create_cq;

Completed in 303 milliseconds