Searched refs:mthca_icm (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/mthca/ |
D | mthca_memfree.h | 58 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()
|
D | mthca_cmd.h | 257 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);
|
D | mthca_memfree.c | 88 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()
|
D | mthca_dev.h | 311 struct mthca_icm *fw_icm; 312 struct mthca_icm *aux_icm;
|
D | mthca_cmd.c | 655 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()
|