mlx4_ib_mw
INIT_RDMA_OBJ_SIZE(ib_mw, mlx4_ib_mw, ibmw),
static inline struct mlx4_ib_mw *to_mmw(struct ib_mw *ibmw)
return container_of(ibmw, struct mlx4_ib_mw, ibmw);
struct mlx4_ib_mw *mw = to_mmw(ibmw);
struct mlx4_ib_mw *mw = to_mmw(ibmw);