Symbol: rxe_pd
drivers/infiniband/sw/rxe/rxe_loc.h
103
int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
drivers/infiniband/sw/rxe/rxe_loc.h
66
int copy_data(struct rxe_pd *pd, int access, struct rxe_dma_info *dma,
drivers/infiniband/sw/rxe/rxe_loc.h
73
struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key,
drivers/infiniband/sw/rxe/rxe_mr.c
416
struct rxe_pd *pd,
drivers/infiniband/sw/rxe/rxe_mr.c
701
struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key,
drivers/infiniband/sw/rxe/rxe_mw.c
19
struct rxe_pd *pd = to_rpd(ibmw->pd);
drivers/infiniband/sw/rxe/rxe_mw.c
293
struct rxe_pd *pd = to_rpd(qp->ibqp.pd);
drivers/infiniband/sw/rxe/rxe_mw.c
315
struct rxe_pd *pd = to_rpd(mw->ibmw.pd);
drivers/infiniband/sw/rxe/rxe_odp.c
462
struct rxe_pd *pd = container_of(ibpd, struct rxe_pd, ibpd);
drivers/infiniband/sw/rxe/rxe_odp.c
508
struct rxe_pd *pd = container_of(ibpd, struct rxe_pd, ibpd);
drivers/infiniband/sw/rxe/rxe_pool.c
31
.size = sizeof(struct rxe_pd),
drivers/infiniband/sw/rxe/rxe_pool.c
32
.elem_offset = offsetof(struct rxe_pd, elem),
drivers/infiniband/sw/rxe/rxe_qp.c
397
int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
drivers/infiniband/sw/rxe/rxe_verbs.c
1225
struct rxe_pd *pd = to_rpd(ibpd);
drivers/infiniband/sw/rxe/rxe_verbs.c
1259
struct rxe_pd *pd = to_rpd(ibpd);
drivers/infiniband/sw/rxe/rxe_verbs.c
1314
struct rxe_pd *old_pd = to_rpd(ibmr->pd);
drivers/infiniband/sw/rxe/rxe_verbs.c
1315
struct rxe_pd *pd = to_rpd(ibpd);
drivers/infiniband/sw/rxe/rxe_verbs.c
1351
struct rxe_pd *pd = to_rpd(ibpd);
drivers/infiniband/sw/rxe/rxe_verbs.c
1513
INIT_RDMA_OBJ_SIZE(ib_pd, rxe_pd, ibpd),
drivers/infiniband/sw/rxe/rxe_verbs.c
247
struct rxe_pd *pd = to_rpd(ibpd);
drivers/infiniband/sw/rxe/rxe_verbs.c
265
struct rxe_pd *pd = to_rpd(ibpd);
drivers/infiniband/sw/rxe/rxe_verbs.c
386
struct rxe_pd *pd = to_rpd(ibsrq->pd);
drivers/infiniband/sw/rxe/rxe_verbs.c
537
struct rxe_pd *pd = to_rpd(ibqp->pd);
drivers/infiniband/sw/rxe/rxe_verbs.h
246
struct rxe_pd *pd;
drivers/infiniband/sw/rxe/rxe_verbs.h
474
static inline struct rxe_pd *to_rpd(struct ib_pd *pd)
drivers/infiniband/sw/rxe/rxe_verbs.h
476
return pd ? container_of(pd, struct rxe_pd, ibpd) : NULL;
drivers/infiniband/sw/rxe/rxe_verbs.h
509
static inline struct rxe_pd *rxe_ah_pd(struct rxe_ah *ah)
drivers/infiniband/sw/rxe/rxe_verbs.h
514
static inline struct rxe_pd *mr_pd(struct rxe_mr *mr)
drivers/infiniband/sw/rxe/rxe_verbs.h
519
static inline struct rxe_pd *rxe_mw_pd(struct rxe_mw *mw)
drivers/infiniband/sw/rxe/rxe_verbs.h
97
struct rxe_pd *pd;