Searched refs:rxe_pd (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/infiniband/sw/rxe/ |
A D | rxe_verbs.h | 41 struct rxe_pd { struct 99 struct rxe_pd *pd; 218 struct rxe_pd *pd; 435 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd() 437 return pd ? container_of(pd, struct rxe_pd, ibpd) : NULL; in to_rpd() 470 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd() 475 static inline struct rxe_pd *mr_pd(struct rxe_mr *mr) in mr_pd() 480 static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw) in rxe_mw_pd()
|
A D | rxe_loc.h | 75 void rxe_mr_init_dma(struct rxe_pd *pd, int access, struct rxe_mr *mr); 76 int rxe_mr_init_user(struct rxe_pd *pd, u64 start, u64 length, u64 iova, 78 int rxe_mr_init_fast(struct rxe_pd *pd, int max_pages, struct rxe_mr *mr); 81 int copy_data(struct rxe_pd *pd, int access, struct rxe_dma_info *dma, 84 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, 115 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
|
A D | rxe_mr.c | 154 void rxe_mr_init_dma(struct rxe_pd *pd, int access, struct rxe_mr *mr) in rxe_mr_init_dma() 164 int rxe_mr_init_user(struct rxe_pd *pd, u64 start, u64 length, u64 iova, in rxe_mr_init_user() 246 int rxe_mr_init_fast(struct rxe_pd *pd, int max_pages, struct rxe_mr *mr) in rxe_mr_init_fast() 426 struct rxe_pd *pd, in copy_data() 557 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, in lookup_mr()
|
A D | rxe_mw.c | 11 struct rxe_pd *pd = to_rpd(ibmw->pd); in rxe_alloc_mw() 58 struct rxe_pd *pd = to_rpd(ibmw->pd); in rxe_dealloc_mw() 316 struct rxe_pd *pd = to_rpd(qp->ibqp.pd); in rxe_lookup_mw()
|
A 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() 411 struct rxe_pd *pd = to_rpd(ibqp->pd); in rxe_create_qp() 894 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr() 916 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr() 947 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr() 1113 INIT_RDMA_OBJ_SIZE(ib_pd, rxe_pd, ibpd),
|
A D | rxe_pool.c | 29 .size = sizeof(struct rxe_pd), 30 .elem_offset = offsetof(struct rxe_pd, pelem),
|
A D | rxe_qp.c | 323 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()
|
Completed in 16 milliseconds