Searched refs:ibdm (Results 1 – 2 of 2) sorted by relevance
560 struct ib_dm ibdm; member1098 static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm) in to_mdm() argument1100 return container_of(ibdm, struct mlx5_ib_dm, ibdm); in to_mdm()1268 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm, struct uverbs_attr_bundle *attrs);
2491 return &dm->ibdm; in mlx5_ib_alloc_dm()2498 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm, struct uverbs_attr_bundle *attrs) in mlx5_ib_dealloc_dm() argument2502 struct mlx5_core_dev *dev = to_mdev(ibdm->device)->mdev; in mlx5_ib_dealloc_dm()2503 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm()