Symbol: mthca_icm
sys/dev/mthca/mthca_cmd.c
1535
int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt)
sys/dev/mthca/mthca_cmd.c
1575
int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm)
sys/dev/mthca/mthca_cmd.c
652
static int mthca_map_cmd(struct mthca_dev *dev, u16 op, struct mthca_icm *icm,
sys/dev/mthca/mthca_cmd.c
735
int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm)
sys/dev/mthca/mthca_cmd.h
257
int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm);
sys/dev/mthca/mthca_cmd.h
277
int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt);
sys/dev/mthca/mthca_cmd.h
280
int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm);
sys/dev/mthca/mthca_dev.h
313
struct mthca_icm *fw_icm;
sys/dev/mthca/mthca_dev.h
314
struct mthca_icm *aux_icm;
sys/dev/mthca/mthca_memfree.c
136
struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages,
sys/dev/mthca/mthca_memfree.c
139
struct mthca_icm *icm;
sys/dev/mthca/mthca_memfree.c
281
struct mthca_icm *icm;
sys/dev/mthca/mthca_memfree.c
87
void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent)
sys/dev/mthca/mthca_memfree.h
69
struct mthca_icm *icm[0];
sys/dev/mthca/mthca_memfree.h
73
struct mthca_icm *icm;
sys/dev/mthca/mthca_memfree.h
80
struct mthca_icm *mthca_alloc_icm(struct mthca_dev *dev, int npages,
sys/dev/mthca/mthca_memfree.h
82
void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent);
sys/dev/mthca/mthca_memfree.h
97
static inline void mthca_icm_first(struct mthca_icm *icm,