Home
last modified time | relevance | path

Searched refs:ibdm (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h546 struct ib_dm ibdm; member
976 static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm) in to_mdm() argument
978 return container_of(ibdm, struct mlx5_ib_dm, ibdm); in to_mdm()
1131 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm);
Dmain.c2280 return &dm->ibdm; in mlx5_ib_alloc_dm()
2290 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm) in mlx5_ib_dealloc_dm() argument
2292 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()