| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | core_priv.h | 160 if (!dev->create_qp) in _ib_create_qp() 163 qp = dev->create_qp(pd, attr, udata); in _ib_create_qp()
|
| H A D | ib_device.c | 99 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory()
|
| H A D | ib_uverbs_cmd.c | 1281 static int create_qp(struct uverbs_attr_bundle *attrs, in create_qp() function 1542 return create_qp(attrs, &cmd_ex); in ib_uverbs_create_qp() 1560 return create_qp(attrs, &cmd); in ib_uverbs_ex_create_qp() 3952 UAPI_DEF_METHOD_NEEDS_FN(create_qp)), 3994 UAPI_DEF_METHOD_NEEDS_FN(create_qp)),
|
| /freebsd/contrib/ofed/libirdma/ |
| H A D | irdma_umain.c | 121 .create_qp = irdma_ucreate_qp,
|
| /freebsd/contrib/ofed/libbnxtre/ |
| H A D | main.c | 103 .create_qp = bnxt_re_create_qp,
|
| /freebsd/contrib/ofed/libmlx4/ |
| H A D | mlx4.c | 109 .create_qp = mlx4_create_qp,
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | verbs.c | 1280 static struct ibv_qp *create_qp(struct ibv_context *context, in create_qp() function 1508 qp = create_qp(pd->context, &attrx, NULL); in mlx5_create_qp() 1836 return create_qp(context, attr, NULL); in mlx5_create_qp_ex() 1843 return create_qp(context, qp_attr, mlx5_qp_attr); in mlx5dv_create_qp() 1937 qp = create_qp(context, &init_attr, NULL); in create_cmd_qp()
|
| H A D | mlx5.c | 139 .create_qp = mlx5_create_qp,
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | verbs.c | 424 static struct ibv_qp *create_qp(struct ibv_pd *pd, in create_qp() function 588 return create_qp(pd, attr); in c4iw_create_qp()
|
| H A D | dev.c | 94 .create_qp = c4iw_create_qp,
|
| /freebsd/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | provider.c | 477 ibdev->create_qp = c4iw_create_qp; in c4iw_register_device()
|
| H A D | qp.c | 125 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp() function 2005 ret = create_qp(&rhp->rdev, &qhp->wq, &schp->cq, &rchp->cq, in c4iw_create_qp()
|
| /freebsd/contrib/ofed/libibverbs/ |
| H A D | verbs.c | 598 struct ibv_qp *qp = pd->context->ops.create_qp(pd, qp_init_attr); in __ibv_create_qp()
|
| H A D | compat-1_0.c | 195 struct ibv_qp * (*create_qp)(struct ibv_pd *pd, struct ibv_qp_init_attr *attr); member
|
| H A D | verbs.h | 1528 struct ibv_qp * (*create_qp)(struct ibv_pd *pd, struct ibv_qp_init_attr *attr); member
|
| /freebsd/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_os.c | 234 ibdev->create_qp = qlnxr_create_qp; in qlnxr_register_device()
|
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_provider.c | 1209 dev->ib_dev.create_qp = mthca_create_qp; in mthca_register_device()
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 2270 struct ib_qp * (*create_qp)(struct ib_pd *pd, member
|
| /freebsd/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_main.c | 2500 ibdev->ib_dev.create_qp = mlx4_ib_create_qp; in mlx4_ib_add()
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_verbs.c | 3284 dev_ops->create_qp = irdma_create_qp; in irdma_set_device_ops()
|
| /freebsd/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 3923 dev->ib_dev.create_qp = mlx5_ib_create_qp; in mlx5_ib_add()
|
| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | main.c | 2198 ibdev->create_qp = bnxt_re_create_qp; in bnxt_re_register_ib()
|