Searched refs:mlx4_ib_pd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | mlx4_ib.h | 92 struct mlx4_ib_pd { struct 678 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd() 680 return container_of(ibpd, struct mlx4_ib_pd, ibpd); in to_mpd()
|
H A D | main.c | 1200 struct mlx4_ib_pd *pd = to_mpd(ibpd); in mlx4_ib_alloc_pd() 2567 INIT_RDMA_OBJ_SIZE(ib_pd, mlx4_ib_pd, ibpd),
|
H A D | qp.c | 1307 static struct mlx4_ib_pd *get_pd(struct mlx4_ib_qp *qp) in get_pd() 2087 struct mlx4_ib_pd *pd; in __mlx4_ib_modify_qp()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | mlx4_ib.h | 93 struct mlx4_ib_pd { struct 680 static inline struct mlx4_ib_pd *to_mpd(struct ib_pd *ibpd) in to_mpd() 682 return container_of(ibpd, struct mlx4_ib_pd, ibpd); in to_mpd()
|
H A D | main.c | 1200 struct mlx4_ib_pd *pd = to_mpd(ibpd); in mlx4_ib_alloc_pd() 2575 INIT_RDMA_OBJ_SIZE(ib_pd, mlx4_ib_pd, ibpd),
|
H A D | qp.c | 1342 static struct mlx4_ib_pd *get_pd(struct mlx4_ib_qp *qp) in get_pd() 2120 struct mlx4_ib_pd *pd; in __mlx4_ib_modify_qp()
|
Completed in 21 milliseconds