Home
last modified time | relevance | path

Searched refs:fw_fatal (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c96 struct devlink_health_reporter *fw_fatal; member
1785 devlink_health_report(mlxsw_core->health.fw_fatal, "FW fatal event occurred", in mlxsw_core_health_event_work()
2039 struct devlink_health_reporter *fw_fatal; in mlxsw_core_health_init() local
2045 fw_fatal = devl_health_reporter_create(devlink, &mlxsw_core_health_fw_fatal_ops, in mlxsw_core_health_init()
2047 if (IS_ERR(fw_fatal)) { in mlxsw_core_health_init()
2049 return PTR_ERR(fw_fatal); in mlxsw_core_health_init()
2051 mlxsw_core->health.fw_fatal = fw_fatal; in mlxsw_core_health_init()
2066 devl_health_reporter_destroy(mlxsw_core->health.fw_fatal); in mlxsw_core_health_init()
2079 devl_health_reporter_destroy(mlxsw_core->health.fw_fatal); in mlxsw_core_health_fini()