Searched refs:fw_fatal (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 89 struct devlink_health_reporter *fw_fatal; member 1645 devlink_health_report(mlxsw_core->health.fw_fatal, "FW fatal event occurred", in mlxsw_core_health_event_work() 1797 .name = "fw_fatal", 1819 struct devlink_health_reporter *fw_fatal; in mlxsw_core_health_init() local 1825 fw_fatal = devlink_health_reporter_create(devlink, &mlxsw_core_health_fw_fatal_ops, in mlxsw_core_health_init() 1827 if (IS_ERR(fw_fatal)) { in mlxsw_core_health_init() 1829 return PTR_ERR(fw_fatal); in mlxsw_core_health_init() 1831 mlxsw_core->health.fw_fatal = fw_fatal; in mlxsw_core_health_init() 1846 devlink_health_reporter_destroy(mlxsw_core->health.fw_fatal); in mlxsw_core_health_init() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 95 struct devlink_health_reporter *fw_fatal; member 1772 devlink_health_report(mlxsw_core->health.fw_fatal, "FW fatal event occurred", in mlxsw_core_health_event_work() 2081 .name = "fw_fatal", 2103 struct devlink_health_reporter *fw_fatal; in mlxsw_core_health_init() local 2109 fw_fatal = devl_health_reporter_create(devlink, &mlxsw_core_health_fw_fatal_ops, in mlxsw_core_health_init() 2111 if (IS_ERR(fw_fatal)) { in mlxsw_core_health_init() 2113 return PTR_ERR(fw_fatal); in mlxsw_core_health_init() 2115 mlxsw_core->health.fw_fatal = fw_fatal; in mlxsw_core_health_init() 2130 devl_health_reporter_destroy(mlxsw_core->health.fw_fatal); in mlxsw_core_health_init() [all...] |
Completed in 9 milliseconds