Searched refs:mlxsw_bus_info (Results 1 – 12 of 12) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | core.h | 33 struct mlxsw_bus_info; 63 int mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, 359 const struct mlxsw_bus_info *mlxsw_bus_info, 511 struct mlxsw_bus_info { struct 527 const struct mlxsw_bus_info *mlxsw_bus_info, argument 534 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_hwmon_init() argument 551 const struct mlxsw_bus_info *mlxsw_bus_info, 558 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_thermal_init() argument 635 const struct mlxsw_bus_info *bus_info; 658 const struct mlxsw_bus_info *bus_info);
|
D | core.c | 69 const struct mlxsw_bus_info *bus_info; 1246 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_core_fw_rev_validate() argument 1250 const struct mlxsw_fw_rev *rev = &mlxsw_bus_info->fw_rev; in mlxsw_core_fw_rev_validate() 1277 …dev_err(mlxsw_bus_info->dev, "The firmware version %d.%d.%d is incompatible with the driver (requi… in mlxsw_core_fw_rev_validate() 1280 dev_info(mlxsw_bus_info->dev, "Flashing firmware using file %s\n", filename); in mlxsw_core_fw_rev_validate() 1282 err = request_firmware_direct(&firmware, filename, mlxsw_bus_info->dev); in mlxsw_core_fw_rev_validate() 1284 dev_err(mlxsw_bus_info->dev, "Could not request firmware file %s\n", filename); in mlxsw_core_fw_rev_validate() 1291 dev_err(mlxsw_bus_info->dev, "Could not upgrade firmware\n"); in mlxsw_core_fw_rev_validate() 2096 __mlxsw_core_bus_device_register(const struct mlxsw_bus_info *mlxsw_bus_info, in __mlxsw_core_bus_device_register() argument 2102 const char *device_kind = mlxsw_bus_info->device_kind; in __mlxsw_core_bus_device_register() [all …]
|
D | minimal.c | 37 const struct mlxsw_bus_info *bus_info; 650 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_m_init() argument 657 mlxsw_m->bus_info = mlxsw_bus_info; in mlxsw_m_init()
|
D | core_hwmon.c | 61 const struct mlxsw_bus_info *bus_info; 857 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_hwmon_init() argument 880 mlxsw_hwmon->bus_info = mlxsw_bus_info; in mlxsw_hwmon_init() 903 hwmon_dev = hwmon_device_register_with_groups(mlxsw_bus_info->dev, in mlxsw_hwmon_init()
|
D | core_env.h | 70 const struct mlxsw_bus_info *bus_info,
|
D | spectrum.c | 3133 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp_init() argument 3140 mlxsw_sp->bus_info = mlxsw_bus_info; in mlxsw_sp_init() 3372 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp1_init() argument 3401 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp1_init() 3405 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp2_init() argument 3435 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp2_init() 3439 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp3_init() argument 3469 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp3_init() 3473 const struct mlxsw_bus_info *mlxsw_bus_info, in mlxsw_sp4_init() argument 3503 return mlxsw_sp_init(mlxsw_core, mlxsw_bus_info, extack); in mlxsw_sp4_init()
|
D | core_thermal.c | 129 const struct mlxsw_bus_info *bus_info; 627 const struct mlxsw_bus_info *bus_info, in mlxsw_thermal_init()
|
D | core_env.c | 32 const struct mlxsw_bus_info *bus_info; 1434 const struct mlxsw_bus_info *bus_info, in mlxsw_env_init()
|
D | i2c.c | 91 struct mlxsw_bus_info bus_info;
|
D | pci.c | 131 struct mlxsw_bus_info bus_info; 1647 struct mlxsw_bus_info *bus_info = &mlxsw_pci->bus_info; in mlxsw_pci_boardinfo()
|
D | spectrum.h | 160 const struct mlxsw_bus_info *bus_info;
|
D | core_linecards.c | 1503 const struct mlxsw_bus_info *bus_info) in mlxsw_linecards_init()
|