mlx5_ib_pd
struct mlx5_ib_pd *pd = to_mpd(ibpd);
struct mlx5_ib_pd *mpd = to_mpd(pd);
INIT_RDMA_OBJ_SIZE(ib_pd, mlx5_ib_pd, ibpd),
static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd)
return container_of(ibpd, struct mlx5_ib_pd, ibpd);
struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
struct mlx5_ib_pd *pd)
struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
struct mlx5_ib_pd *pd;
struct mlx5_ib_pd *mpd = to_mpd(pd);
ADD_UVERBS_METHODS(mlx5_ib_pd,
&mlx5_ib_pd),
struct mlx5_ib_pd *pd)
struct mlx5_ib_pd *pd = to_mpd(qp->ibqp.pd);