Home
last modified time | relevance | path

Searched refs:mlx5_ib_pd (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/infiniband/hw/mlx5/
H A Dstd_types.c23 struct mlx5_ib_pd *mpd = to_mpd(pd); in MLX5_IB_METHOD_PD_QUERY()
265 ADD_UVERBS_METHODS(mlx5_ib_pd,
272 &mlx5_ib_pd),
H A Dmlx5_ib.h208 struct mlx5_ib_pd { struct
1279 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
1281 return container_of(ibpd, struct mlx5_ib_pd, ibpd); in to_mpd()
1399 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
H A Dwr.c219 struct mlx5_ib_pd *pd) in set_reg_data_seg()
641 struct mlx5_ib_pd *pd = to_mpd(qp->ibqp.pd); in set_reg_wr()
H A Dodp.c561 struct mlx5_ib_pd *pd) in alloc_implicit_mr_null_mkey()
603 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd, in mlx5_ib_alloc_implicit_mr()
H A Dmain.c2761 struct mlx5_ib_pd *pd = to_mpd(ibpd); in mlx5_ib_alloc_pd()
2794 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd()
4577 INIT_RDMA_OBJ_SIZE(ib_pd, mlx5_ib_pd, ibpd),
H A Dqp.c4170 struct mlx5_ib_pd *pd; in __mlx5_ib_modify_qp()