Searched refs:ibxrcd (Results 1 – 11 of 11) sorted by relevance
/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; member 583 static inline struct qedr_xrcd *get_qedr_xrcd(struct ib_xrcd *ibxrcd) in get_qedr_xrcd() argument 585 return container_of(ibxrcd, struct qedr_xrcd, ibxrcd); in get_qedr_xrcd()
|
D | verbs.c | 489 int qedr_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in qedr_alloc_xrcd() argument 491 struct qedr_dev *dev = get_qedr_dev(ibxrcd->device); in qedr_alloc_xrcd() 492 struct qedr_xrcd *xrcd = get_qedr_xrcd(ibxrcd); in qedr_alloc_xrcd() 497 int qedr_dealloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in qedr_dealloc_xrcd() argument 499 struct qedr_dev *dev = get_qedr_dev(ibxrcd->device); in qedr_dealloc_xrcd() 500 u16 xrcd_id = get_qedr_xrcd(ibxrcd)->xrcd_id; in qedr_dealloc_xrcd()
|
D | main.c | 238 INIT_RDMA_OBJ_SIZE(ib_xrcd, qedr_xrcd, ibxrcd),
|
/Linux-v5.15/drivers/infiniband/hw/mlx4/ |
D | mlx4_ib.h | 98 struct ib_xrcd ibxrcd; member 683 static inline struct mlx4_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd) in to_mxrcd() argument 685 return container_of(ibxrcd, struct mlx4_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() argument 1226 struct mlx4_ib_dev *dev = to_mdev(ibxrcd->device); in mlx4_ib_alloc_xrcd() 1227 struct mlx4_ib_xrcd *xrcd = to_mxrcd(ibxrcd); in mlx4_ib_alloc_xrcd() 1238 xrcd->pd = ib_alloc_pd(ibxrcd->device, 0); in mlx4_ib_alloc_xrcd() 1245 xrcd->cq = ib_create_cq(ibxrcd->device, NULL, NULL, xrcd, &cq_attr); in mlx4_ib_alloc_xrcd() 2607 INIT_RDMA_OBJ_SIZE(ib_xrcd, mlx4_ib_xrcd, ibxrcd),
|
/Linux-v5.15/drivers/infiniband/hw/hns/ |
D | hns_roce_device.h | 241 struct ib_xrcd ibxrcd; member 1017 static inline struct hns_roce_xrcd *to_hr_xrcd(struct ib_xrcd *ibxrcd) in to_hr_xrcd() argument 1019 return container_of(ibxrcd, struct hns_roce_xrcd, ibxrcd); in to_hr_xrcd()
|
D | hns_roce_main.c | 489 INIT_RDMA_OBJ_SIZE(ib_xrcd, hns_roce_xrcd, ibxrcd),
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 606 struct ib_xrcd ibxrcd; member 1108 static inline struct mlx5_ib_xrcd *to_mxrcd(struct ib_xrcd *ibxrcd) in to_mxrcd() argument 1110 return container_of(ibxrcd, struct mlx5_ib_xrcd, ibxrcd); in to_mxrcd()
|
D | qp.c | 4992 int mlx5_ib_alloc_xrcd(struct ib_xrcd *ibxrcd, struct ib_udata *udata) in mlx5_ib_alloc_xrcd() argument 4994 struct mlx5_ib_dev *dev = to_mdev(ibxrcd->device); in mlx5_ib_alloc_xrcd() 4995 struct mlx5_ib_xrcd *xrcd = to_mxrcd(ibxrcd); in mlx5_ib_alloc_xrcd()
|
D | main.c | 3800 INIT_RDMA_OBJ_SIZE(ib_xrcd, mlx5_ib_xrcd, ibxrcd),
|