| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_pd.c | 157 int hns_roce_alloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata) in hns_roce_alloc_xrcd() argument 159 struct hns_roce_dev *hr_dev = to_hr_dev(ib_xrcd->device); in hns_roce_alloc_xrcd() 160 struct hns_roce_xrcd *xrcd = to_hr_xrcd(ib_xrcd); in hns_roce_alloc_xrcd() 173 int hns_roce_dealloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata) in hns_roce_dealloc_xrcd() argument 175 struct hns_roce_dev *hr_dev = to_hr_dev(ib_xrcd->device); in hns_roce_dealloc_xrcd() 176 u32 xrcdn = to_hr_xrcd(ib_xrcd)->xrcdn; in hns_roce_dealloc_xrcd()
|
| D | hns_roce_device.h | 241 struct ib_xrcd ibxrcd; 1017 static inline struct hns_roce_xrcd *to_hr_xrcd(struct ib_xrcd *ibxrcd) in to_hr_xrcd() 1215 int hns_roce_alloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata); 1216 int hns_roce_dealloc_xrcd(struct ib_xrcd *ib_xrcd, struct ib_udata *udata);
|
| D | hns_roce_main.c | 489 INIT_RDMA_OBJ_SIZE(ib_xrcd, hns_roce_xrcd, ibxrcd),
|
| /Linux-v5.15/drivers/infiniband/hw/qedr/ |
| D | verbs.h | 52 int qedr_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata); 53 int qedr_dealloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata);
|
| D | qedr.h | 314 struct ib_xrcd ibxrcd; 583 static inline struct qedr_xrcd *get_qedr_xrcd(struct ib_xrcd *ibxrcd) in get_qedr_xrcd()
|
| D | main.c | 238 INIT_RDMA_OBJ_SIZE(ib_xrcd, qedr_xrcd, ibxrcd),
|
| D | verbs.c | 489 int qedr_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in qedr_alloc_xrcd() 497 int qedr_dealloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in qedr_dealloc_xrcd()
|
| /Linux-v5.15/drivers/infiniband/core/ |
| D | uverbs_std_types_qp.c | 96 struct ib_xrcd *xrcd = NULL; in UVERBS_HANDLER() 130 xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
|
| D | uverbs_std_types.c | 106 struct ib_xrcd *xrcd = uobject->object; in uverbs_free_xrcd()
|
| D | uverbs.h | 241 int ib_uverbs_dealloc_xrcd(struct ib_uobject *uobject, struct ib_xrcd *xrcd,
|
| D | uverbs_std_types_srq.c | 81 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in UVERBS_HANDLER()
|
| D | verbs.c | 1153 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd, in ib_open_qp() 1984 struct ib_xrcd *xrcd; in __ib_destroy_shared_qp() 2393 struct ib_xrcd *ib_alloc_xrcd_user(struct ib_device *device, in ib_alloc_xrcd_user() 2396 struct ib_xrcd *xrcd; in ib_alloc_xrcd_user() 2402 xrcd = rdma_zalloc_drv_obj(device, ib_xrcd); in ib_alloc_xrcd_user() 2427 int ib_dealloc_xrcd_user(struct ib_xrcd *xrcd, struct ib_udata *udata) in ib_dealloc_xrcd_user()
|
| D | uverbs_cmd.c | 482 struct ib_xrcd *xrcd; 488 struct ib_xrcd *xrcd) in xrcd_table_insert() 541 static struct ib_xrcd *find_xrcd(struct ib_uverbs_device *dev, struct inode *inode) in find_xrcd() 571 struct ib_xrcd *xrcd = NULL; in ib_uverbs_open_xrcd() 671 int ib_uverbs_dealloc_xrcd(struct ib_uobject *uobject, struct ib_xrcd *xrcd, in ib_uverbs_dealloc_xrcd() 1284 struct ib_xrcd *xrcd = NULL; in create_qp() 1349 xrcd = (struct ib_xrcd *)xrcd_uobj->object; in create_qp() 1555 struct ib_xrcd *xrcd; in ib_uverbs_open_qp() 1577 xrcd = (struct ib_xrcd *)xrcd_uobj->object; in ib_uverbs_open_qp() 3383 attr.ext.xrc.xrcd = (struct ib_xrcd *)xrcd_uobj->object; in __uverbs_create_xsrq()
|
| D | device.c | 2718 SET_OBJ_SIZE(dev_ops, ib_xrcd); in ib_set_device_ops()
|
| /Linux-v5.15/include/rdma/ |
| D | ib_verbs.h | 1057 struct ib_xrcd *xrcd; 1157 struct ib_xrcd *xrcd; /* XRC TGT QPs only */ 1539 struct ib_xrcd { struct 1610 struct ib_xrcd *xrcd; 1760 struct ib_xrcd *xrcd; /* XRC TGT QPs only */ 2493 int (*alloc_xrcd)(struct ib_xrcd *xrcd, struct ib_udata *udata); 2494 int (*dealloc_xrcd)(struct ib_xrcd *xrcd, struct ib_udata *udata); 2657 DECLARE_RDMA_OBJ_SIZE(ib_xrcd); 3778 struct ib_qp *ib_open_qp(struct ib_xrcd *xrcd, 4274 struct ib_xrcd *ib_alloc_xrcd_user(struct ib_device *device, [all …]
|
| /Linux-v5.15/drivers/infiniband/hw/mlx5/ |
| D | mlx5_ib.h | 606 struct ib_xrcd ibxrcd; 1108 static inline struct mlx5_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd) in to_mxrcd() 1286 int mlx5_ib_alloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata); 1287 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata);
|
| D | qp.c | 4992 int mlx5_ib_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in mlx5_ib_alloc_xrcd() 5003 int mlx5_ib_dealloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata) in mlx5_ib_dealloc_xrcd()
|
| D | main.c | 3800 INIT_RDMA_OBJ_SIZE(ib_xrcd, mlx5_ib_xrcd, ibxrcd),
|
| /Linux-v5.15/drivers/infiniband/hw/mlx4/ |
| D | mlx4_ib.h | 98 struct ib_xrcd ibxrcd; 683 static inline struct mlx4_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd) in to_mxrcd()
|
| D | main.c | 1224 static int mlx4_ib_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in mlx4_ib_alloc_xrcd() 1260 static int mlx4_ib_dealloc_xrcd(struct ib_xrcd *xrcd, struct ib_udata *udata) in mlx4_ib_dealloc_xrcd() 2607 INIT_RDMA_OBJ_SIZE(ib_xrcd, mlx4_ib_xrcd, ibxrcd),
|