Searched refs:mlx5_ib_mw (Results 1 – 4 of 4) sorted by relevance
642 struct mlx5_ib_mw { struct1108 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw()1110 return container_of(ibmw, struct mlx5_ib_mw, ibmw); in to_mmw()
867 struct mlx5_ib_mw *mw; in get_indirect_num_descs()871 mw = container_of(mmkey, struct mlx5_ib_mw, mmkey); in get_indirect_num_descs()
1996 struct mlx5_ib_mw *mw = to_mmw(ibmw); in mlx5_ib_alloc_mw()2075 struct mlx5_ib_mw *mmw = to_mmw(mw); in mlx5_ib_dealloc_mw()
4105 INIT_RDMA_OBJ_SIZE(ib_mw, mlx5_ib_mw, ibmw),