Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h73 struct mthca_mr { struct
83 struct mthca_mr ntmr; argument
97 struct mthca_mr mr;
169 struct mthca_mr mr;
222 struct mthca_mr mr;
265 struct mthca_mr mr;
286 static inline struct mthca_mr *to_mmr(struct ib_mr *ibmr) in to_mmr()
288 return container_of(ibmr, struct mthca_mr, ibmr); in to_mmr()
H A Dmthca_dev.h353 struct mthca_mr driver_mr;
425 int hca_write, struct mthca_mr *mr);
427 int is_direct, struct mthca_mr *mr);
471 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr);
473 u32 access, struct mthca_mr *mr);
477 u32 access, struct mthca_mr *mr);
478 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr);
H A DMakefile6 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
H A Dmthca_allocator.c192 int hca_write, struct mthca_mr *mr) in mthca_buf_alloc()
280 int is_direct, struct mthca_mr *mr) in mthca_buf_free()
H A Dmthca_mr.c428 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc()
510 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans()
519 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys()
550 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr) in mthca_free_mr()
H A Dmthca_provider.c805 struct mthca_mr *mr; in mthca_get_dma_mr()
833 struct mthca_mr *mr; in mthca_reg_user_mr()
923 struct mthca_mr *mmr = to_mmr(mr); in mthca_dereg_mr()