Home
last modified time | relevance | path

Searched refs:mlx4_icm (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dicm.h56 struct mlx4_icm { struct
62 struct mlx4_icm *icm; argument
69 struct mlx4_icm *mlx4_alloc_icm(struct mlx4_dev *dev, int npages,
71 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent);
86 static inline void mlx4_icm_first(struct mlx4_icm *icm, in mlx4_icm_first()
H A Dmlx4_icm.c79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent) in mlx4_free_icm()
128 struct mlx4_icm *mlx4_alloc_icm(struct mlx4_dev *dev, int npages, in mlx4_alloc_icm()
131 struct mlx4_icm *icm; in mlx4_alloc_icm()
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()
H A Dfw.h243 int mlx4_MAP_FA(struct mlx4_dev *dev, struct mlx4_icm *icm);
251 int mlx4_map_cmd(struct mlx4_dev *dev, u16 op, struct mlx4_icm *icm, u64 virt);
253 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm);
H A Dmlx4.h260 struct mlx4_icm;
270 struct mlx4_icm **icm;
427 struct mlx4_icm *fw_icm;
428 struct mlx4_icm *aux_icm;
H A Dmlx4_fw.c1501 int mlx4_map_cmd(struct mlx4_dev *dev, u16 op, struct mlx4_icm *icm, u64 virt) in mlx4_map_cmd()
1582 int mlx4_MAP_FA(struct mlx4_dev *dev, struct mlx4_icm *icm) in mlx4_MAP_FA()
/freebsd/sys/modules/mlx4/
H A DMakefile12 mlx4_icm.c \
/freebsd/sys/conf/
H A Dfiles4873 dev/mlx4/mlx4_core/mlx4_icm.c optional mlx4 pci \