Home
last modified time | relevance | path

Searched refs:rxe_pd (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/infiniband/sw/rxe/
A Drxe_verbs.h41 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 Drxe_loc.h75 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 Drxe_mr.c154 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 Drxe_mw.c11 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 Drxe_verbs.c143 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 Drxe_pool.c29 .size = sizeof(struct rxe_pd),
30 .elem_offset = offsetof(struct rxe_pd, pelem),
A Drxe_qp.c323 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