Searched refs:mthca_mr (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/mthca/ |
| H A D | mthca_provider.h | 75 struct mthca_mr { struct 103 struct mthca_mr ntmr; 117 struct mthca_mr mr; 189 struct mthca_mr mr; 242 struct mthca_mr mr; 275 struct mthca_mr mr; 311 static inline struct mthca_mr *to_mmr(struct ib_mr *ibmr) in to_mmr() 313 return container_of(ibmr, struct mthca_mr, ibmr); in to_mmr()
|
| H A D | mthca_dev.h | 356 struct mthca_mr driver_mr; 428 int hca_write, struct mthca_mr *mr); 430 int is_direct, struct mthca_mr *mr); 474 u64 iova, u64 total_size, u32 access, struct mthca_mr *mr); 476 u32 access, struct mthca_mr *mr); 480 u32 access, struct mthca_mr *mr); 481 void mthca_free_mr(struct mthca_dev *dev, struct mthca_mr *mr);
|
| H A 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()
|
| H A 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()
|
| H A D | mthca_provider.c | 828 struct mthca_mr *mr; in mthca_get_dma_mr() 854 struct mthca_mr *mr; in mthca_reg_user_mr() 951 struct mthca_mr *mmr = to_mmr(mr); in mthca_dereg_mr()
|
| /freebsd/sys/modules/mthca/ |
| H A D | Makefile | 15 mthca_mr.c \
|
| /freebsd/sys/conf/ |
| H A D | files | 4913 dev/mthca/mthca_mr.c optional mthca pci ofed \
|