Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_provider.h73 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()
Dmthca_dev.h354 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);
DMakefile5 mthca_mr.o mthca_qp.o mthca_av.o mthca_mcg.o mthca_mad.o \
Dmthca_allocator.c196 int hca_write, struct mthca_mr *mr) in mthca_buf_alloc()
283 int is_direct, struct mthca_mr *mr) in mthca_buf_free()
Dmthca_mr.c430 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()
Dmthca_provider.c880 struct mthca_mr *mr; in mthca_get_dma_mr()
907 struct mthca_mr *mr; in mthca_reg_phys_mr()
989 struct mthca_mr *mr; in mthca_reg_user_mr()
1086 struct mthca_mr *mmr = to_mmr(mr); in mthca_dereg_mr()