Home
last modified time | relevance | path

Searched defs:icm (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
Dmlx4_icm.c79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm()
131 struct mlx4_icm *icm; in mlx4_alloc_icm() local
228 static int mlx4_MAP_ICM(struct mlx4_dev *dev, struct mlx4_icm *icm, u64 virt) in mlx4_MAP_ICM()
239 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_ICM_AUX()
313 struct mlx4_icm *icm; in mlx4_table_find() local
Dicm.h64 struct mlx4_icm *icm; member
88 static inline void mlx4_icm_first(struct mlx4_icm *icm, in mlx4_icm_first()
Dmlx4_fw.c1498 int mlx4_map_cmd(struct mlx4_dev *dev, u16 op, struct mlx4_icm *icm, u64 virt) in mlx4_map_cmd()
1579 int mlx4_MAP_FA(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_FA()
Dmlx4.h270 struct mlx4_icm **icm; member
/freebsd-12-stable/sys/dev/mthca/
Dmthca_memfree.h71 struct mthca_icm *icm[0]; member
75 struct mthca_icm *icm; member
99 static inline void mthca_icm_first(struct mthca_icm *icm, in mthca_icm_first()
Dmthca_memfree.c87 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent) in mthca_free_icm()
139 struct mthca_icm *icm; in mthca_alloc_icm() local
281 struct mthca_icm *icm; in mthca_table_find() local
Dmthca_cmd.c654 static int mthca_map_cmd(struct mthca_dev *dev, u16 op, struct mthca_icm *icm, in mthca_map_cmd()
737 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()