Searched refs:mlx5_ib_pd (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | std_types.c | 20 struct mlx5_ib_pd *mpd = to_mpd(pd); in MLX5_IB_METHOD_PD_QUERY() 36 ADD_UVERBS_METHODS(mlx5_ib_pd, 43 &mlx5_ib_pd),
|
H A D | mlx5_ib.h | 145 struct mlx5_ib_pd { struct 1068 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd() 1070 return container_of(ibpd, struct mlx5_ib_pd, ibpd); in to_mpd() 1187 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
|
H A D | wr.c | 440 struct mlx5_ib_pd *pd) in set_reg_data_seg() 862 struct mlx5_ib_pd *pd = to_mpd(qp->ibqp.pd); in set_reg_wr()
|
H A D | main.c | 2551 struct mlx5_ib_pd *pd = to_mpd(ibpd); in mlx5_ib_alloc_pd() 2584 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd() 4084 INIT_RDMA_OBJ_SIZE(ib_pd, mlx5_ib_pd, ibpd),
|
H A D | odp.c | 530 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd, in mlx5_ib_alloc_implicit_mr()
|
H A D | qp.c | 3820 struct mlx5_ib_pd *pd; in __mlx5_ib_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | std_types.c | 22 struct mlx5_ib_pd *mpd = to_mpd(pd); in MLX5_IB_METHOD_PD_QUERY() 210 ADD_UVERBS_METHODS(mlx5_ib_pd, 217 &mlx5_ib_pd),
|
H A D | mlx5_ib.h | 219 struct mlx5_ib_pd { struct 1207 static inline struct mlx5_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd() 1209 return container_of(ibpd, struct mlx5_ib_pd, ibpd); in to_mpd() 1321 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd,
|
H A D | wr.c | 219 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 D | main.c | 2354 struct mlx5_ib_pd *pd = to_mpd(ibpd); in mlx5_ib_alloc_pd() 2387 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd() 3818 INIT_RDMA_OBJ_SIZE(ib_pd, mlx5_ib_pd, ibpd),
|
H A D | odp.c | 481 struct mlx5_ib_mr *mlx5_ib_alloc_implicit_mr(struct mlx5_ib_pd *pd, in mlx5_ib_alloc_implicit_mr()
|
H A D | qp.c | 4152 struct mlx5_ib_pd *pd; in __mlx5_ib_modify_qp()
|
Completed in 39 milliseconds