| /freebsd-13-stable/sys/ofed/drivers/infiniband/core/ |
| HD | uverbs.h | 265 IB_UVERBS_DECLARE_CMD(create_cq); 299 IB_UVERBS_DECLARE_EX_CMD(create_cq);
|
| HD | ib_cq.c | 109 cq = dev->create_cq(dev, &cq_attr, NULL, NULL); in ib_alloc_cq()
|
| HD | ib_device.c | 107 IB_MANDATORY_FUNC(create_cq), in ib_device_check_mandatory()
|
| HD | ib_uverbs_cmd.c | 1361 static struct ib_ucq_object *create_cq(struct ib_uverbs_file *file, in create_cq() function 1411 cq = ib_dev->create_cq(ib_dev, &attr, in create_cq() 1509 obj = create_cq(file, ib_dev, &ucore, &uhw, &cmd_ex, in ib_uverbs_create_cq() 1558 obj = create_cq(file, ib_dev, ucore, uhw, &cmd, in ib_uverbs_ex_create_cq()
|
| HD | ib_verbs.c | 1368 cq = device->create_cq(device, cq_attr, NULL, NULL); in ib_create_cq()
|
| /freebsd-13-stable/contrib/ofed/libirdma/ |
| HD | irdma_umain.c | 103 .create_cq = irdma_ucreate_cq,
|
| /freebsd-13-stable/contrib/ofed/libmlx4/ |
| HD | verbs.c | 451 static struct ibv_cq_ex *create_cq(struct ibv_context *context, in create_cq() function 553 cq = create_cq(context, &cq_attr, 0); in mlx4_create_cq() 571 return create_cq(context, &cq_attr_c, MLX4_CQ_FLAGS_EXTENDED); in mlx4_create_cq_ex()
|
| HD | mlx4.c | 98 .create_cq = mlx4_create_cq,
|
| /freebsd-13-stable/contrib/ofed/libmlx5/ |
| HD | verbs.c | 342 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() 521 cq = create_cq(context, cq_attr, MLX5_CQ_FLAGS_EXTENDED, mlx5_cq_attr); in mlx5dv_create_cq()
|
| HD | mlx5.c | 102 .create_cq = mlx5_create_cq,
|
| /freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/ |
| HD | cq.c | 95 create_cq(struct c4iw_rdev *rdev, struct t4_cq *cq, in create_cq() function 966 ret = create_cq(&rhp->rdev, &chp->cq, in c4iw_create_cq()
|
| HD | provider.c | 485 ibdev->create_cq = c4iw_create_cq; in c4iw_register_device()
|
| /freebsd-13-stable/contrib/ofed/libcxgb4/ |
| HD | dev.c | 88 .create_cq = c4iw_create_cq,
|
| /freebsd-13-stable/contrib/ofed/libibverbs/ |
| HD | verbs.c | 459 cq = context->ops.create_cq(context, cqe, channel, comp_vector); in __ibv_create_cq()
|
| HD | compat-1_0.c | 175 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member
|
| HD | verbs.h | 1423 struct ibv_cq * (*create_cq)(struct ibv_context *context, int cqe, member
|
| /freebsd-13-stable/sys/dev/qlnx/qlnxr/ |
| HD | qlnxr_os.c | 223 ibdev->create_cq = qlnxr_create_cq; in qlnxr_register_device()
|
| /freebsd-13-stable/sys/dev/mthca/ |
| HD | mthca_provider.c | 1261 dev->ib_dev.create_cq = mthca_create_cq; in mthca_register_device()
|
| /freebsd-13-stable/sys/ofed/include/rdma/ |
| HD | ib_verbs.h | 2032 struct ib_cq * (*create_cq)(struct ib_device *device, member
|
| /freebsd-13-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | mlx4_ib_main.c | 2623 ibdev->ib_dev.create_cq = mlx4_ib_create_cq; in mlx4_ib_add()
|
| /freebsd-13-stable/sys/dev/mlx5/mlx5_ib/ |
| HD | mlx5_ib_main.c | 3423 dev->ib_dev.create_cq = mlx5_ib_create_cq; in mlx5_ib_add()
|
| /freebsd-13-stable/sys/dev/irdma/ |
| HD | irdma_verbs.c | 3335 dev_ops->create_cq = irdma_create_cq; in irdma_set_device_ops()
|