Searched defs:icm (Results  1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/thunderbolt/ | 
| D | icm.c | 73 struct icm {  struct93 				 const struct icm_pkg_header *hdr);  argument
 95 				    const struct icm_pkg_header *hdr);  argument
 97 				  const struct icm_pkg_header *hdr);  argument
 99 				     const struct icm_pkg_header *hdr);  argument
 100 	void (*rtd3_veto)(struct tb *tb, const struct icm_pkg_header *hdr);  argument
 150 static inline struct tb *icm_to_tb(struct icm *icm)  in icm_to_tb()
 179 static int pci2cio_wait_completion(struct icm *icm, unsigned long timeout_msec)  in pci2cio_wait_completion()
 199 static int pcie2cio_read(struct icm *icm, enum tb_cfg_space cs,  in pcie2cio_read()
 220 static int pcie2cio_write(struct icm *icm, enum tb_cfg_space cs,  in pcie2cio_write()
 [all …]
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/ | 
| D | icm.c | 79 void mlx4_free_icm(struct mlx4_dev *dev, struct mlx4_icm *icm, int coherent)  in mlx4_free_icm()135 	struct mlx4_icm *icm;  in mlx4_alloc_icm()  local
 236 static int mlx4_MAP_ICM(struct mlx4_dev *dev, struct mlx4_icm *icm, u64 virt)  in mlx4_MAP_ICM()
 247 int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm)  in mlx4_MAP_ICM_AUX()
 320 	struct mlx4_icm *icm;  in mlx4_table_find()  local
 
 | 
| D | icm.h | 73 	struct mlx4_icm	       *icm;  member96 static inline void mlx4_icm_first(struct mlx4_icm *icm,  in mlx4_icm_first()
 
 | 
| D | fw.c | 1516 int mlx4_map_cmd(struct mlx4_dev *dev, u16 op, struct mlx4_icm *icm, u64 virt)  in mlx4_map_cmd()1597 int mlx4_MAP_FA(struct mlx4_dev *dev, struct mlx4_icm *icm)  in mlx4_MAP_FA()
 
 | 
| D | mlx4.h | 268 	struct mlx4_icm	      **icm;  member
 | 
| /Linux-v5.4/drivers/infiniband/hw/mthca/ | 
| D | mthca_memfree.h | 71 	struct mthca_icm *icm[0];  member75 	struct mthca_icm       *icm;  member
 99 static inline void mthca_icm_first(struct mthca_icm *icm,  in mthca_icm_first()
 
 | 
| D | mthca_memfree.c | 88 void mthca_free_icm(struct mthca_dev *dev, struct mthca_icm *icm, int coherent)  in mthca_free_icm()140 	struct mthca_icm *icm;  in mthca_alloc_icm()  local
 282 	struct mthca_icm *icm;  in mthca_table_find()  local
 
 | 
| D | mthca_cmd.c | 657 static int mthca_map_cmd(struct mthca_dev *dev, u16 op, struct mthca_icm *icm,  in mthca_map_cmd()736 int mthca_MAP_FA(struct mthca_dev *dev, struct mthca_icm *icm)  in mthca_MAP_FA()
 1534 int mthca_MAP_ICM(struct mthca_dev *dev, struct mthca_icm *icm, u64 virt)  in mthca_MAP_ICM()
 1574 int mthca_MAP_ICM_AUX(struct mthca_dev *dev, struct mthca_icm *icm)  in mthca_MAP_ICM_AUX()
 
 |