Searched refs:ibdm (Results 1 – 2 of 2) sorted by relevance
546 struct ib_dm ibdm; member976 static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm) in to_mdm() argument978 return container_of(ibdm, struct mlx5_ib_dm, ibdm); in to_mdm()1131 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm);
2280 return &dm->ibdm; in mlx5_ib_alloc_dm()2290 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm) in mlx5_ib_dealloc_dm() argument2292 struct mlx5_memic *memic = &to_mdev(ibdm->device)->memic; in mlx5_ib_dealloc_dm()2293 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm()2294 u64 act_size = roundup(dm->ibdm.length, MLX5_MEMIC_BASE_SIZE); in mlx5_ib_dealloc_dm()2305 bitmap_clear(to_mucontext(ibdm->uobject->context)->dm_pages, in mlx5_ib_dealloc_dm()