Searched refs:mlxsw_bus_info (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | core.h | 31 struct mlxsw_bus_info; 49 int mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, 317 const struct mlxsw_bus_info *mlxsw_bus_info, 467 struct mlxsw_bus_info { struct 486 const struct mlxsw_bus_info *mlxsw_bus_info, argument 493 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_hwmon_init() argument 510 const struct mlxsw_bus_info *mlxsw_bus_info, 517 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_thermal_init() argument
|
| D | core.c | 68 const struct mlxsw_bus_info *bus_info; 1109 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_core_fw_rev_validate() argument 1113 const struct mlxsw_fw_rev *rev = &mlxsw_bus_info->fw_rev; in mlxsw_core_fw_rev_validate() 1140 …dev_err(mlxsw_bus_info->dev, "The firmware version %d.%d.%d is incompatible with the driver (requi… in mlxsw_core_fw_rev_validate() 1143 dev_info(mlxsw_bus_info->dev, "Flashing firmware using file %s\n", filename); in mlxsw_core_fw_rev_validate() 1145 err = request_firmware_direct(&firmware, filename, mlxsw_bus_info->dev); in mlxsw_core_fw_rev_validate() 1147 dev_err(mlxsw_bus_info->dev, "Could not request firmware file %s\n", filename); in mlxsw_core_fw_rev_validate() 1154 dev_err(mlxsw_bus_info->dev, "Could not upgrade firmware\n"); in mlxsw_core_fw_rev_validate() 1911 __mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, in __mlxsw_core_bus_device_register() argument 1917 const char *device_kind = mlxsw_bus_info->device_kind; in __mlxsw_core_bus_device_register() [all …]
|
| D | minimal.c | 33 const struct mlxsw_bus_info *bus_info; 374 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_m_init() argument 381 mlxsw_m->bus_info = mlxsw_bus_info; in mlxsw_m_init()
|
| D | core_hwmon.c | 45 const struct mlxsw_bus_info *bus_info; 753 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_hwmon_init() argument 764 mlxsw_hwmon->bus_info = mlxsw_bus_info; in mlxsw_hwmon_init() 785 hwmon_dev = hwmon_device_register_with_groups(mlxsw_bus_info->dev, in mlxsw_hwmon_init()
|
| D | spectrum.c | 2737 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp_init() argument 2744 mlxsw_sp->bus_info = mlxsw_bus_info; in mlxsw_sp_init() 2951 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp1_init() argument 2978 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp1_init() 2982 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp2_init() argument 3007 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp2_init() 3011 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp3_init() argument 3036 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp3_init()
|
| D | core_thermal.c | 89 const struct mlxsw_bus_info *bus_info; 895 const struct mlxsw_bus_info *bus_info, in mlxsw_thermal_init()
|
| D | pci.c | 125 struct mlxsw_bus_info bus_info; 1271 struct mlxsw_bus_info *bus_info, in mlxsw_pci_boardinfo_xm_process() 1296 struct mlxsw_bus_info *bus_info = &mlxsw_pci->bus_info; in mlxsw_pci_boardinfo()
|
| D | i2c.c | 77 struct mlxsw_bus_info bus_info;
|
| D | spectrum.h | 161 const struct mlxsw_bus_info *bus_info;
|