Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h563 struct ib_dm ibdm; member
1077 static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm) in to_mdm() argument
1079 return container_of(ibdm, struct mlx5_ib_dm, ibdm); in to_mdm()
1243 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm, struct uverbs_attr_bundle *attrs);
Dmain.c2418 return &dm->ibdm; in mlx5_ib_alloc_dm()
2425 int mlx5_ib_dealloc_dm(struct ib_dm *ibdm, struct uverbs_attr_bundle *attrs) in mlx5_ib_dealloc_dm() argument
2429 struct mlx5_core_dev *dev = to_mdev(ibdm->device)->mdev; in mlx5_ib_dealloc_dm()
2430 struct mlx5_dm *dm_db = &to_mdev(ibdm->device)->dm; in mlx5_ib_dealloc_dm()
2431 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm()