Searched refs:mthca_mr (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/mthca/ |
A D | mthca_provider.h | 73 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()
|
A D | mthca_dev.h | 353 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);
|
A D | Makefile | 6 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
|
A D | mthca_allocator.c | 192 int hca_write, struct mthca_mr *mr) in mthca_buf_alloc() 280 int is_direct, struct mthca_mr *mr) in mthca_buf_free()
|
A D | mthca_mr.c | 428 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()
|
A D | mthca_provider.c | 805 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()
|
Completed in 13 milliseconds