Home
last modified time | relevance | path

Searched refs:ib_xrcd (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_pd.c145 int hns_roce_alloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata) in hns_roce_alloc_xrcd() argument
147 struct hns_roce_dev *hr_dev = to_hr_dev(ib_xrcd->device); in hns_roce_alloc_xrcd()
148 struct hns_roce_xrcd *xrcd = to_hr_xrcd(ib_xrcd); in hns_roce_alloc_xrcd()
165 int hns_roce_dealloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata) in hns_roce_dealloc_xrcd() argument
167 struct hns_roce_dev *hr_dev = to_hr_dev(ib_xrcd->device); in hns_roce_dealloc_xrcd()
168 u32 xrcdn = to_hr_xrcd(ib_xrcd)->xrcdn; in hns_roce_dealloc_xrcd()
H A Dhns_roce_device.h232 struct ib_xrcd ibxrcd;
1061 static inline struct hns_roce_xrcd *to_hr_xrcd(struct ib_xrcd *ibxrcd) in to_hr_xrcd()
1267 int hns_roce_alloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata);
1268 int hns_roce_dealloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata);
H A Dhns_roce_main.c778 INIT_RDMA_OBJ_SIZE(ib_xrcd, hns_roce_xrcd, ibxrcd),
/linux/include/rdma/
H A Dib_verbs.h1098 struct ib_xrcd *xrcd;
1198 struct ib_xrcd *xrcd; /* XRC TGT QPs only */
1585 struct ib_xrcd { struct
1656 struct ib_xrcd *xrcd;
1811 struct ib_xrcd *xrcd; /* XRC TGT QPs only */
2569 int (*alloc_xrcd)(struct ib_xrcd *xrcd, struct ib_udata *udata);
2570 int (*dealloc_xrcd)(struct ib_xrcd *xrcd, struct ib_udata *udata);
2769 DECLARE_RDMA_OBJ_SIZE(ib_xrcd);
3928 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd,
4465 struct ib_xrcd *ib_alloc_xrcd_user(struct ib_device *device,
[all …]
/linux/drivers/infiniband/hw/qedr/
H A Dqedr.h314 struct ib_xrcd ibxrcd;
584 static inline struct qedr_xrcd *get_qedr_xrcd(struct ib_xrcd *ibxrcd) in get_qedr_xrcd()
H A Dmain.c237 INIT_RDMA_OBJ_SIZE(ib_xrcd, qedr_xrcd, ibxrcd),
/linux/drivers/infiniband/core/
H A Duverbs_std_types.c106 struct ib_xrcd *xrcd = uobject->object; in uverbs_free_xrcd()
H A Duverbs_std_types_srq.c81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
H A Dverbs.c1163 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd, in ib_open_qp()
2066 struct ib_xrcd *xrcd; in __ib_destroy_shared_qp()
2481 struct ib_xrcd *ib_alloc_xrcd_user(struct ib_device *device, in ib_alloc_xrcd_user()
2484 struct ib_xrcd *xrcd; in ib_alloc_xrcd_user()
2490 xrcd = rdma_zalloc_drv_obj(device, ib_xrcd); in ib_alloc_xrcd_user()
2515 int ib_dealloc_xrcd_user(struct ib_xrcd *xrcd, struct ib_udata *udata) in ib_dealloc_xrcd_user()
H A Ddevice.c2845 SET_OBJ_SIZE(dev_ops, ib_xrcd); in ib_set_device_ops()
/linux/drivers/infiniband/hw/mlx5/
H A Dqp.c5168 int mlx5_ib_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in mlx5_ib_alloc_xrcd()
5179 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata) in mlx5_ib_dealloc_xrcd()
H A Dmain.c4343 INIT_RDMA_OBJ_SIZE(ib_xrcd, mlx5_ib_xrcd, ibxrcd),