Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mthca/
HDmthca_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()
HDmthca_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);
HDmthca_memfree.c87 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()
HDmthca_dev.h313 struct mthca_icm *fw_icm;
314 struct mthca_icm *aux_icm;
HDmthca_cmd.c654 static int mthca_map_cmd(struct mthca_dev *dev, u16 op, struct mthca_icm *icm, in mthca_map_cmd()
733 int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm) in mthca_MAP_FA()
1531 int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt) in mthca_MAP_ICM()
1571 int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm) in mthca_MAP_ICM_AUX()