Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Ddm.h14 struct mlx5_ib_dm { struct
29 struct mlx5_ib_dm base; argument
38 struct mlx5_ib_dm base;
42 static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm) in to_mdm()
44 return container_of(ibdm, struct mlx5_ib_dm, ibdm); in to_mdm()
H A Ddm.c489 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm()
510 struct mlx5_ib_dm *dm = to_mdm(ibdm); in UVERBS_HANDLER()
574 mlx5_ib_dm, UVERBS_OBJECT_DM, UVERBS_METHOD_DM_ALLOC,
603 UAPI_DEF_CHAIN_OBJ_TREE(UVERBS_OBJECT_DM, &mlx5_ib_dm),