Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/mlx5/
Dmlx5_ib.h149 struct mlx5_ib_pd { struct
1047 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd()
1049 return container_of(ibpd, struct mlx5_ib_pd, ibpd); in to_mpd()
1161 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
Dqp.c2388 static struct mlx5_ib_pd *get_pd(struct mlx5_ib_qp *qp) in get_pd()
3357 struct mlx5_ib_pd *pd, in get_tx_affinity()
3460 struct mlx5_ib_pd *pd; in __mlx5_ib_modify_qp()
4396 struct mlx5_ib_pd *pd) in set_reg_data_seg()
4816 struct mlx5_ib_pd *pd = to_mpd(qp->ibqp.pd); in set_reg_wr()
Dodp.c549 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd, in mlx5_ib_alloc_implicit_mr()
Dmain.c2472 struct mlx5_ib_pd *pd = to_mpd(ibpd); in mlx5_ib_alloc_pd()
2506 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd()
6302 INIT_RDMA_OBJ_SIZE(ib_pd, mlx5_ib_pd, ibpd),