Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_mr.c52 static void rxe_mr_init(int access, struct rxe_mr *mr) in rxe_mr_init()
72 void rxe_mr_init_dma(int access, struct rxe_mr *mr) in rxe_mr_init_dma()
135 int access, struct rxe_mr *mr) in rxe_mr_init_user()
193 int rxe_mr_init_fast(int max_pages, struct rxe_mr *mr) in rxe_mr_init_fast()
215 struct rxe_mr *mr = to_rmr(ibmr); in rxe_set_page()
239 struct rxe_mr *mr = to_rmr(ibmr); in rxe_map_mr_sg()
349 struct rxe_mr *mr = NULL; in copy_data()
624 struct rxe_mr *mr; in lookup_mr()
646 struct rxe_mr *mr; in rxe_invalidate_mr()
693 struct rxe_mr *mr = to_rmr(wqe->wr.wr.reg.mr); in rxe_reg_fast_mr()
[all …]
A Drxe_loc.h63 void rxe_mr_init_dma(int access, struct rxe_mr *mr);
65 int access, struct rxe_mr *mr);
66 int rxe_mr_init_fast(int max_pages, struct rxe_mr *mr);
67 int rxe_flush_pmem_iova(struct rxe_mr *mr, u64 iova, unsigned int length);
68 int rxe_mr_copy(struct rxe_mr *mr, u64 iova, void *addr,
74 int rxe_mr_do_atomic_op(struct rxe_mr *mr, u64 iova, int opcode,
76 int rxe_mr_do_atomic_write(struct rxe_mr *mr, u64 iova, u64 value);
77 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key,
79 int mr_check_range(struct rxe_mr *mr, u64 iova, size_t length);
A Drxe_verbs.h195 struct rxe_mr *mr;
293 struct rxe_mr { struct
315 static inline unsigned int mr_page_size(struct rxe_mr *mr) in mr_page_size() argument
332 struct rxe_mr *mr;
441 static inline struct rxe_mr *to_rmr(struct ib_mr *mr) in to_rmr()
443 return mr ? container_of(mr, struct rxe_mr, ibmr) : NULL; in to_rmr()
456 static inline struct rxe_pd *mr_pd(struct rxe_mr *mr) in mr_pd()
A Drxe_mw.c51 struct rxe_mw *mw, struct rxe_mr *mr) in rxe_check_bind_mw()
136 struct rxe_mw *mw, struct rxe_mr *mr) in rxe_do_bind_mw()
168 struct rxe_mr *mr; in rxe_bind_mw()
232 struct rxe_mr *mr; in rxe_do_invalidate_mw()
313 struct rxe_mr *mr = mw->mr; in rxe_mw_cleanup()
A DMakefile17 rxe_mr.o \
A Drxe_pool.c74 .size = sizeof(struct rxe_mr),
75 .elem_offset = offsetof(struct rxe_mr, elem),
A Drxe_resp.c457 struct rxe_mr *mr = NULL; in check_rkey()
667 struct rxe_mr *mr = qp->resp.mr; in process_flush()
711 struct rxe_mr *mr = qp->resp.mr; in atomic_reply()
747 struct rxe_mr *mr; in atomic_write_reply()
847 static struct rxe_mr *rxe_recheck_mr(struct rxe_qp *qp, u32 rkey) in rxe_recheck_mr()
850 struct rxe_mr *mr; in rxe_recheck_mr()
897 struct rxe_mr *mr; in read_reply()
A Drxe_verbs.c871 struct rxe_mr *mr; in rxe_get_dma_mr()
907 struct rxe_mr *mr; in rxe_reg_user_mr()
943 struct rxe_mr *mr; in rxe_alloc_mr()

Completed in 14 milliseconds