Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.h40 struct rxe_pd { struct
97 struct rxe_pd *pd;
245 struct rxe_pd *pd;
473 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd()
475 return pd ? container_of(pd, struct rxe_pd, ibpd) : NULL; in to_rpd()
508 static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah) in rxe_ah_pd()
513 static inline struct rxe_pd *mr_pd(struct rxe_mr *mr) in mr_pd()
518 static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw) in rxe_mw_pd()
H A Drxe_mw.c19 struct rxe_pd *pd = to_rpd(ibmw->pd); in rxe_alloc_mw()
293 struct rxe_pd *pd = to_rpd(qp->ibqp.pd); in rxe_lookup_mw()
315 struct rxe_pd *pd = to_rpd(mw->ibmw.pd); in rxe_mw_cleanup()
H A Drxe_verbs.c253 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_pd()
271 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd()
392 struct rxe_pd *pd = to_rpd(ibsrq->pd); in rxe_create_srq()
552 struct rxe_pd *pd = to_rpd(ibqp->pd); in rxe_create_qp()
1244 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr()
1278 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr()
1333 struct rxe_pd *old_pd = to_rpd(ibmr->pd); in rxe_rereg_user_mr()
1334 struct rxe_pd *pd = to_rpd(ibpd); in rxe_rereg_user_mr()
1365 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr()
1526 INIT_RDMA_OBJ_SIZE(ib_pd, rxe_pd, ibpd),
H A Drxe_loc.h69 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,
106 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
H A Drxe_odp.c462 struct rxe_pd *pd = container_of(ibpd, struct rxe_pd, ibpd); in rxe_ib_prefetch_sg_list()
508 struct rxe_pd *pd = container_of(ibpd, struct rxe_pd, ibpd); in rxe_ib_advise_mr_prefetch()
H A Drxe_pool.c31 .size = sizeof(struct rxe_pd),
32 .elem_offset = offsetof(struct rxe_pd, elem),
H A Drxe_mr.c416 struct rxe_pd *pd, in copy_data()
701 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key, in lookup_mr()
H A Drxe_qp.c397 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()