Searched refs:mlxsw_bus_info (Results 1 – 12 of 12) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 33 struct mlxsw_bus_info; 59 int mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, 349 const struct mlxsw_bus_info *mlxsw_bus_info, 503 struct mlxsw_bus_info { struct 519 const struct mlxsw_bus_info *mlxsw_bus_info, argument 526 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_hwmon_init() argument 543 const struct mlxsw_bus_info *mlxsw_bus_info, 550 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_thermal_init() argument 627 const struct mlxsw_bus_info *bus_info; 650 const struct mlxsw_bus_info *bus_info);
|
D | core.c | 69 const struct mlxsw_bus_info *bus_info; 1160 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_core_fw_rev_validate() argument 1164 const struct mlxsw_fw_rev *rev = &mlxsw_bus_info->fw_rev; in mlxsw_core_fw_rev_validate() 1191 …dev_err(mlxsw_bus_info->dev, "The firmware version %d.%d.%d is incompatible with the driver (requi… in mlxsw_core_fw_rev_validate() 1194 dev_info(mlxsw_bus_info->dev, "Flashing firmware using file %s\n", filename); in mlxsw_core_fw_rev_validate() 1196 err = request_firmware_direct(&firmware, filename, mlxsw_bus_info->dev); in mlxsw_core_fw_rev_validate() 1198 dev_err(mlxsw_bus_info->dev, "Could not request firmware file %s\n", filename); in mlxsw_core_fw_rev_validate() 1205 dev_err(mlxsw_bus_info->dev, "Could not upgrade firmware\n"); in mlxsw_core_fw_rev_validate() 2109 __mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, in __mlxsw_core_bus_device_register() argument 2115 const char *device_kind = mlxsw_bus_info->device_kind; in __mlxsw_core_bus_device_register() [all …]
|
D | core_env.h | 64 const struct mlxsw_bus_info *bus_info,
|
D | minimal.c | 37 const struct mlxsw_bus_info *bus_info; 647 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_m_init() argument 654 mlxsw_m->bus_info = mlxsw_bus_info; in mlxsw_m_init()
|
D | core_hwmon.c | 61 const struct mlxsw_bus_info *bus_info; 856 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_hwmon_init() argument 879 mlxsw_hwmon->bus_info = mlxsw_bus_info; in mlxsw_hwmon_init() 902 hwmon_dev = hwmon_device_register_with_groups(mlxsw_bus_info->dev, in mlxsw_hwmon_init()
|
D | spectrum.c | 3079 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp_init() argument 3086 mlxsw_sp->bus_info = mlxsw_bus_info; in mlxsw_sp_init() 3308 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp1_init() argument 3337 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp1_init() 3341 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp2_init() argument 3371 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp2_init() 3375 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp3_init() argument 3405 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp3_init() 3409 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp4_init() argument 3439 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp4_init()
|
D | core_thermal.c | 97 const struct mlxsw_bus_info *bus_info; 903 const struct mlxsw_bus_info *bus_info, in mlxsw_thermal_init()
|
D | core_env.c | 32 const struct mlxsw_bus_info *bus_info; 1363 const struct mlxsw_bus_info *bus_info, in mlxsw_env_init()
|
D | i2c.c | 90 struct mlxsw_bus_info bus_info;
|
D | pci.c | 127 struct mlxsw_bus_info bus_info; 1315 struct mlxsw_bus_info *bus_info = &mlxsw_pci->bus_info; in mlxsw_pci_boardinfo()
|
D | spectrum.h | 163 const struct mlxsw_bus_info *bus_info;
|
D | core_linecards.c | 1502 const struct mlxsw_bus_info *bus_info) in mlxsw_linecards_init()
|