Home
last modified time | relevance | path

Searched refs:mthca_icm (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/infiniband/hw/mthca/
Dmthca_memfree.h58 struct mthca_icm { struct
71 struct mthca_icm *icm[0]; argument
75 struct mthca_icm *icm;
82 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages,
84 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent);
99 static inline void mthca_icm_first(struct mthca_icm *icm, in mthca_icm_first()
Dmthca_cmd.h257 int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm);
277 int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt);
280 int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm);
Dmthca_memfree.c88 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm()
137 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages, in mthca_alloc_icm()
140 struct mthca_icm *icm; in mthca_alloc_icm()
282 struct mthca_icm *icm; in mthca_table_find()
Dmthca_dev.h311 struct mthca_icm *fw_icm;
312 struct mthca_icm *aux_icm;
Dmthca_cmd.c655 static int mthca_map_cmd(struct mthca_dev *dev, u16 op, struct mthca_icm *icm, in mthca_map_cmd()
734 int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm) in mthca_MAP_FA()
1532 int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt) in mthca_MAP_ICM()
1572 int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm) in mthca_MAP_ICM_AUX()