Searched refs:mthca_mr (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 73 struct mthca_mr { struct 101 struct mthca_mr ntmr; 115 struct mthca_mr mr; 187 struct mthca_mr mr; 240 struct mthca_mr mr; 273 struct mthca_mr mr; 309 static inline struct mthca_mr *to_mmr(struct ib_mr *ibmr) in to_mmr() 311 return container_of(ibmr, struct mthca_mr, ibmr); in to_mmr()
|
D | mthca_dev.h | 354 struct mthca_mr driver_mr; 426 int hca_write, struct mthca_mr *mr); 428 int is_direct, struct mthca_mr *mr); 472 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr); 474 u32 access, struct mthca_mr *mr); 478 u32 access, struct mthca_mr *mr); 479 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr);
|
D | Makefile | 5 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
|
D | mthca_allocator.c | 196 int hca_write, struct mthca_mr *mr) in mthca_buf_alloc() 283 int is_direct, struct mthca_mr *mr) in mthca_buf_free()
|
D | mthca_mr.c | 430 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr) in mthca_mr_alloc() 513 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_notrans() 522 u32 access, struct mthca_mr *mr) in mthca_mr_alloc_phys() 553 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr) in mthca_free_mr()
|
D | mthca_provider.c | 872 struct mthca_mr *mr; in mthca_get_dma_mr() 899 struct mthca_mr *mr; in mthca_reg_phys_mr() 981 struct mthca_mr *mr; in mthca_reg_user_mr() 1078 struct mthca_mr *mmr = to_mmr(mr); in mthca_dereg_mr()
|