Home
last modified time | relevance | path

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

/openbmc/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.c485 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm()
505 struct mlx5_ib_dm *dm = to_mdm(ibdm); in UVERBS_HANDLER()
569 mlx5_ib_dm, UVERBS_OBJECT_DM, UVERBS_METHOD_DM_ALLOC,
598 UAPI_DEF_CHAIN_OBJ_TREE(UVERBS_OBJECT_DM, &mlx5_ib_dm),
H A Dmr.c1368 struct mlx5_ib_dm *mdm = to_mdm(dm); in mlx5_ib_reg_dm_mr()