Home
last modified time | relevance | path

Searched refs:mthca_fmr (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/mthca/
Dmthca_provider.h79 struct mthca_fmr { struct
304 static inline struct mthca_fmr *to_mfmr(struct ib_fmr *ibmr) in to_mfmr()
306 return container_of(ibmr, struct mthca_fmr, ibmr); in to_mfmr()
Dmthca_mr.c568 u32 access, struct mthca_fmr *mr) in mthca_fmr_alloc()
678 int mthca_free_fmr(struct mthca_dev *dev, struct mthca_fmr *fmr) in mthca_free_fmr()
689 static inline int mthca_check_fmr(struct mthca_fmr *fmr, u64 *page_list, in mthca_check_fmr()
720 struct mthca_fmr *fmr = to_mfmr(ibfmr); in mthca_tavor_map_phys_fmr()
761 struct mthca_fmr *fmr = to_mfmr(ibfmr); in mthca_arbel_map_phys_fmr()
807 void mthca_tavor_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr) in mthca_tavor_fmr_unmap()
817 void mthca_arbel_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr) in mthca_arbel_fmr_unmap()
Dmthca_dev.h482 u32 access, struct mthca_fmr *fmr);
485 void mthca_tavor_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr);
488 void mthca_arbel_fmr_unmap(struct mthca_dev *dev, struct mthca_fmr *fmr);
489 int mthca_free_fmr(struct mthca_dev *dev, struct mthca_fmr *fmr);
Dmthca_provider.c1094 struct mthca_fmr *fmr; in mthca_alloc_fmr()
1115 struct mthca_fmr *mfmr = to_mfmr(fmr); in mthca_dealloc_fmr()