Searched refs:mthca_icm (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_memfree.h | 56 struct mthca_icm { struct 69 struct mthca_icm *icm[0]; argument 73 struct mthca_icm *icm; 80 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages, 82 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent); 97 static inline void mthca_icm_first(struct mthca_icm *icm, in mthca_icm_first()
|
H A 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);
|
H A D | mthca_memfree.c | 87 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm() 136 struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages, in mthca_alloc_icm() 139 struct mthca_icm *icm; in mthca_alloc_icm() 281 struct mthca_icm *icm; in mthca_table_find()
|
H A D | mthca_dev.h | 313 struct mthca_icm *fw_icm; 314 struct mthca_icm *aux_icm;
|
H A D | mthca_cmd.c | 652 static int mthca_map_cmd(struct mthca_dev *dev, u16 op, struct mthca_icm *icm, in mthca_map_cmd() 735 int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm) in mthca_MAP_FA() 1535 int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt) in mthca_MAP_ICM() 1575 int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm) in mthca_MAP_ICM_AUX()
|