Home
last modified time | relevance | path

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

/linux/net/devlink/
H A Dhealth.c66 u8 health_state; member
287 reporter->health_state)) in devlink_nl_health_reporter_fill()
565 if (reporter->health_state == DEVLINK_HEALTH_REPORTER_STATE_HEALTHY) in devlink_health_reporter_recover()
576 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_HEALTHY; in devlink_health_reporter_recover()
666 prev_health_state = reporter->health_state; in devlink_health_report()
667 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_ERROR; in devlink_health_report()
673 reporter->health_state, in devlink_health_report()
705 if (reporter->health_state == state) in devlink_health_reporter_state_update()
708 reporter->health_state = state; in devlink_health_reporter_state_update()