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

/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h222 IB_UVERBS_DECLARE_CMD(create_cq); variable
263 IB_UVERBS_DECLARE_EXP_CMD(create_cq); variable
H A Ddevice.c88 IB_MANDATORY_FUNC(create_cq),
H A Duverbs_cmd.c1266 static ssize_t create_cq(struct ib_uverbs_file *file, function
1321 cq = file->device->ib_dev->create_cq(file->device->ib_dev, &attr,
1383 return create_cq(file, buf, in_len, out_len, &cmd,
3566 return create_cq(file, buf, in_len, out_len, &cmd,
H A Dverbs.c1030 cq = device->create_cq(device, &attr, NULL, NULL);
/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dmthca.c116 .create_cq = mthca_create_cq,
/freebsd-11.0-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c117 .create_cq = mlx4_create_cq,
/freebsd-11.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c92 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, function
840 ret = create_cq(&rhp->rdev, &chp->cq,
H A Dprovider.c449 ibdev->create_cq = c4iw_create_cq;
/freebsd-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dverbs.h706 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member in struct:ibv_context_ops
/freebsd-11.0-release/contrib/ofed/libibverbs/src/
H A Dverbs.c280 cq = context->ops.create_cq(context, cqe, channel, comp_vector);
H A Dcompat-1_0.c177 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member in struct:ibv_context_ops_1_0
/freebsd-11.0-release/contrib/ofed/libcxgb4/src/
H A Ddev.c89 .create_cq = c4iw_create_cq,
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1113 dev->ibdev.create_cq = iwch_create_cq;
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1371 dev->ib_dev.create_cq = mthca_create_cq;
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_verbs.h1724 struct ib_cq * (*create_cq)(struct ib_device *device, member in struct:ib_device
/freebsd-11.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c2349 ibdev->ib_dev.create_cq = mlx4_ib_create_cq;

Completed in 308 milliseconds