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

/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h190 IB_UVERBS_DECLARE_CMD(create_cq); variable
H A Ddevice.c93 IB_MANDATORY_FUNC(create_cq),
H A Dverbs.c730 cq = device->create_cq(device, cqe, comp_vector, NULL, NULL);
H A Duverbs_cmd.c803 cq = file->device->ib_dev->create_cq(file->device->ib_dev, cmd.cqe,
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmthca.c116 .create_cq = mthca_create_cq,
/freebsd-9.3-release/contrib/ofed/libmlx4/src/
H A Dmlx4.c117 .create_cq = mlx4_create_cq,
/freebsd-9.3-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-9.3-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-9.3-release/sys/contrib/rdma/
H A Drdma_device.c97 IB_MANDATORY_FUNC(create_cq),
H A Drdma_verbs.c602 cq = device->create_cq(device, cqe, comp_vector, NULL, NULL);
H A Dib_verbs.h982 struct ib_cq * (*create_cq)(struct ib_device *device, int cqe, member in struct:ib_device
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c1103 dev->ibdev.create_cq = iwch_create_cq;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h1119 struct ib_cq * (*create_cq)(struct ib_device *device, int cqe, member in struct:ib_device
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1365 ibdev->ib_dev.create_cq = mlx4_ib_create_cq;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c1370 dev->ib_dev.create_cq = mthca_create_cq;

Completed in 263 milliseconds