Searched refs:rxe_pd (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/infiniband/sw/rxe/ |
D | rxe_verbs.h | 40 struct rxe_pd { struct 99 struct rxe_pd *pd; 218 struct rxe_pd *pd; 423 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd() 425 return pd ? container_of(pd, struct rxe_pd, ibpd) : NULL; in to_rpd() 458 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd() 463 static inline struct rxe_pd *mr_pd(struct rxe_mr *mr) in mr_pd() 468 static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw) in rxe_mw_pd()
|
D | rxe_loc.h | 73 int copy_data(struct rxe_pd *pd, int access, struct rxe_dma_info *dma, 76 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, 104 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
|
D | rxe_mw.c | 19 struct rxe_pd *pd = to_rpd(ibmw->pd); in rxe_alloc_mw() 286 struct rxe_pd *pd = to_rpd(qp->ibqp.pd); in rxe_lookup_mw() 309 struct rxe_pd *pd = to_rpd(mw->ibmw.pd); in rxe_mw_cleanup()
|
D | rxe_verbs.c | 143 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_pd() 150 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd() 288 struct rxe_pd *pd = to_rpd(ibsrq->pd); in rxe_create_srq() 402 struct rxe_pd *pd = to_rpd(ibqp->pd); in rxe_create_qp() 896 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr() 920 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr() 951 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr() 1102 INIT_RDMA_OBJ_SIZE(ib_pd, rxe_pd, ibpd),
|
D | rxe_pool.c | 31 .size = sizeof(struct rxe_pd), 32 .elem_offset = offsetof(struct rxe_pd, elem),
|
D | rxe_mr.c | 365 struct rxe_pd *pd, in copy_data() 496 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, in lookup_mr()
|
D | rxe_qp.c | 306 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
|