Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_mr.c48 static void rxe_mr_init(int access, struct rxe_mr *mr) in rxe_mr_init()
67 void rxe_mr_init_dma(int access, struct rxe_mr *mr) in rxe_mr_init_dma()
130 int access, struct rxe_mr *mr) in rxe_mr_init_user()
159 static int rxe_mr_alloc(struct rxe_mr *mr, int num_buf) in rxe_mr_alloc()
188 int rxe_mr_init_fast(int max_pages, struct rxe_mr *mr) in rxe_mr_init_fast()
210 struct rxe_mr *mr = to_rmr(ibmr); in rxe_set_page()
234 struct rxe_mr *mr = to_rmr(ibmr); in rxe_map_mr_sg()
344 struct rxe_mr *mr = NULL; in copy_data()
619 struct rxe_mr *mr; in lookup_mr()
641 struct rxe_mr *mr; in rxe_invalidate_mr()
[all …]
H A Drxe_loc.h61 void rxe_mr_init_dma(int access, struct rxe_mr *mr);
63 int access, struct rxe_mr *mr);
64 int rxe_mr_init_fast(int max_pages, struct rxe_mr *mr);
65 int rxe_flush_pmem_iova(struct rxe_mr *mr, u64 iova, unsigned int length);
66 int rxe_mr_copy(struct rxe_mr *mr, u64 iova, void *addr,
72 int rxe_mr_do_atomic_op(struct rxe_mr *mr, u64 iova, int opcode,
74 int rxe_mr_do_atomic_write(struct rxe_mr *mr, u64 iova, u64 value);
75 struct rxe_mr *lookup_mr(struct rxe_pd *pd, int access, u32 key,
77 int mr_check_range(struct rxe_mr *mr, u64 iova, size_t length);
H A Drxe_verbs.h181 struct rxe_mr *mr;
300 struct rxe_mr { struct
322 static inline unsigned int mr_page_size(struct rxe_mr *mr) in mr_page_size() argument
339 struct rxe_mr *mr;
448 static inline struct rxe_mr *to_rmr(struct ib_mr *mr) in to_rmr()
450 return mr ? container_of(mr, struct rxe_mr, ibmr) : NULL; in to_rmr()
463 static inline struct rxe_pd *mr_pd(struct rxe_mr *mr) in mr_pd()
H A Drxe_mw.c51 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_check_bind_mw()
136 struct rxe_mw *mw, struct rxe_mr *mr, int access) in rxe_do_bind_mw()
168 struct rxe_mr *mr; in rxe_bind_mw()
239 struct rxe_mr *mr; in rxe_do_invalidate_mw()
320 struct rxe_mr *mr = mw->mr; in rxe_mw_cleanup()
H A DMakefile17 rxe_mr.o \
H A Drxe_pool.c74 .size = sizeof(struct rxe_mr),
75 .elem_offset = offsetof(struct rxe_mr, elem),
H A Drxe_resp.c443 struct rxe_mr *mr = NULL; in check_rkey()
659 struct rxe_mr *mr = qp->resp.mr; in process_flush()
703 struct rxe_mr *mr = qp->resp.mr; in atomic_reply()
739 struct rxe_mr *mr; in atomic_write_reply()
839 static struct rxe_mr *rxe_recheck_mr(struct rxe_qp *qp, u32 rkey) in rxe_recheck_mr()
842 struct rxe_mr *mr; in rxe_recheck_mr()
889 struct rxe_mr *mr; in read_reply()
H A Drxe_verbs.c1229 struct rxe_mr *mr; in rxe_get_dma_mr()
1262 struct rxe_mr *mr; in rxe_reg_user_mr()
1309 struct rxe_mr *mr = to_rmr(ibmr); in rxe_rereg_user_mr()
1343 struct rxe_mr *mr; in rxe_alloc_mr()
1387 struct rxe_mr *mr = to_rmr(ibmr); in rxe_dereg_mr()