/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | core_priv.h | 156 if (!dev->create_qp) in _ib_create_qp() 159 qp = dev->create_qp(pd, attr, udata); in _ib_create_qp()
|
H A D | ib_device.c | 102 IB_MANDATORY_FUNC(create_qp), in ib_device_check_mandatory()
|
H A D | ib_uverbs_cmd.c | 1270 static int create_qp(struct uverbs_attr_bundle *attrs, in create_qp() function 1531 return create_qp(attrs, &cmd_ex); in ib_uverbs_create_qp() 1549 return create_qp(attrs, &cmd); in ib_uverbs_ex_create_qp() 3940 UAPI_DEF_METHOD_NEEDS_FN(create_qp)), 3982 UAPI_DEF_METHOD_NEEDS_FN(create_qp)),
|
/freebsd/contrib/ofed/libirdma/ |
H A D | irdma_umain.c | 109 .create_qp = irdma_ucreate_qp,
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | mlx4.c | 109 .create_qp = mlx4_create_qp,
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | verbs.c | 416 static struct ibv_qp *create_qp(struct ibv_pd *pd, in create_qp() function 578 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 | 465 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 1777 ret = create_qp(&rhp->rdev, &qhp->wq, &schp->cq, &rchp->cq, in c4iw_create_qp()
|
/freebsd/contrib/ofed/libmlx5/ |
H A D | verbs.c | 1245 static struct ibv_qp *create_qp(struct ibv_context *context, in create_qp() function 1444 qp = create_qp(pd->context, &attrx); in mlx5_create_qp() 1772 return create_qp(context, attr); in mlx5_create_qp_ex()
|
H A D | mlx5.c | 119 .create_qp = mlx5_create_qp,
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.c | 590 struct ibv_qp *qp = pd->context->ops.create_qp(pd, qp_init_attr); in __ibv_create_qp()
|
H A D | compat-1_0.c | 196 struct ibv_qp * (*create_qp)(struct ibv_pd *pd, struct ibv_qp_init_attr *attr); member
|
H A D | verbs.h | 1442 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 | 235 ibdev->create_qp = qlnxr_create_qp; in qlnxr_register_device()
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_provider.c | 1210 dev->ib_dev.create_qp = mthca_create_qp; in mthca_register_device()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_verbs.h | 2251 struct ib_qp * (*create_qp)(struct ib_pd *pd, member
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_main.c | 2528 ibdev->ib_dev.create_qp = mlx4_ib_create_qp; in mlx4_ib_add()
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_main.c | 3452 dev->ib_dev.create_qp = mlx5_ib_create_qp; in mlx5_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/bnxt/bnxt_re/ |
H A D | main.c | 2133 ibdev->create_qp = bnxt_re_create_qp; in bnxt_re_register_ib()
|