Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h699 struct mlx5_ib_mw { struct
1189 static inline struct mlx5_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw()
1191 return container_of(ibmw, struct mlx5_ib_mw, ibmw); in to_mmw()
Dmr.c1906 struct mlx5_ib_mw *mw = to_mmw(ibmw); in mlx5_ib_alloc_mw()
1983 struct mlx5_ib_mw *mmw = to_mmw(mw); in mlx5_ib_dealloc_mw()
Dmain.c3768 INIT_RDMA_OBJ_SIZE(ib_mw, mlx5_ib_mw, ibmw),