Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe_verbs.h68 struct rxe_pd { struct
76 struct rxe_pd *pd; argument
125 struct rxe_pd *pd;
239 struct rxe_pd *pd;
320 struct rxe_pd *pd;
430 static inline struct rxe_pd *to_rpd(struct ib_pd *pd) in to_rpd()
432 return pd ? container_of(pd, struct rxe_pd, ibpd) : NULL; in to_rpd()
Drxe_loc.h106 int rxe_mem_init_dma(struct rxe_pd *pd,
109 int rxe_mem_init_user(struct rxe_pd *pd, u64 start,
113 int rxe_mem_init_fast(struct rxe_pd *pd,
119 int copy_data(struct rxe_pd *pd, int access,
130 struct rxe_mem *lookup_mem(struct rxe_pd *pd, int access, u32 key,
158 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd,
Drxe_mr.c148 int rxe_mem_init_dma(struct rxe_pd *pd, in rxe_mem_init_dma()
161 int rxe_mem_init_user(struct rxe_pd *pd, u64 start, in rxe_mem_init_user()
239 int rxe_mem_init_fast(struct rxe_pd *pd, in rxe_mem_init_fast()
437 struct rxe_pd *pd, in copy_data()
569 struct rxe_mem *lookup_mem(struct rxe_pd *pd, int access, u32 key, in lookup_mem()
Drxe_verbs.c211 struct rxe_pd *pd; in rxe_alloc_pd()
219 struct rxe_pd *pd = to_rpd(ibpd); in rxe_dealloc_pd()
239 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_ah()
343 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_srq()
471 struct rxe_pd *pd = to_rpd(ibpd); in rxe_create_qp()
964 struct rxe_pd *pd = to_rpd(ibpd); in rxe_get_dma_mr()
1000 struct rxe_pd *pd = to_rpd(ibpd); in rxe_reg_user_mr()
1044 struct rxe_pd *pd = to_rpd(ibpd); in rxe_alloc_mr()
Drxe_pool.c48 .size = sizeof(struct rxe_pd),
Drxe_qp.c325 int rxe_qp_from_init(struct rxe_dev *rxe, struct rxe_qp *qp, struct rxe_pd *pd, in rxe_qp_from_init()