Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h145 struct mlx4_ib_mw { struct
705 static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw) in to_mmw()
707 return container_of(ibmw, struct mlx4_ib_mw, ibmw); in to_mmw()
H A Dmr.c616 struct mlx4_ib_mw *mw = to_mmw(ibmw); in mlx4_ib_alloc_mw()
638 struct mlx4_ib_mw *mw = to_mmw(ibmw); in mlx4_ib_dealloc_mw()
H A Dmain.c2596 INIT_RDMA_OBJ_SIZE(ib_mw, mlx4_ib_mw, ibmw),