Searched refs:mlx5_ib_dm (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | dm.h | 14 struct mlx5_ib_dm { struct 29 struct mlx5_ib_dm base; 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 D | dm.c | 485 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm() 505 struct mlx5_ib_dm *dm = to_mdm(ibdm); in MLX5_IB_METHOD_DM_QUERY() 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 D | mr.c | 1359 struct mlx5_ib_dm *mdm = to_mdm(dm); in mlx5_ib_reg_dm_mr()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | mlx5_ib.h | 559 struct mlx5_ib_dm { struct 1098 static inline struct mlx5_ib_dm *to_mdm(struct ib_dm *ibdm) in to_mdm() 1100 return container_of(ibdm, struct mlx5_ib_dm, ibdm); in to_mdm()
|
H A D | main.c | 2103 struct mlx5_ib_dm *mdm; in mlx5_ib_mmap_free() 2107 mdm = container_of(mentry, struct mlx5_ib_dm, mentry); in mlx5_ib_mmap_free() 2236 struct mlx5_ib_dm *mdm, in add_dm_mmap_entry() 2375 struct mlx5_ib_dm *dm, in handle_alloc_dm_memic() 2423 struct mlx5_ib_dm *dm, in handle_alloc_dm_sw_icm() 2461 struct mlx5_ib_dm *dm; in mlx5_ib_alloc_dm() 2519 struct mlx5_ib_dm *dm = to_mdm(ibdm); in mlx5_ib_dealloc_dm() 3889 mlx5_ib_dm, 3927 UAPI_DEF_CHAIN_OBJ_TREE(UVERBS_OBJECT_DM, &mlx5_ib_dm),
|
H A D | mr.c | 1329 struct mlx5_ib_dm *mdm = to_mdm(dm); in mlx5_ib_reg_dm_mr()
|
Completed in 16 milliseconds