Home
last modified time | relevance | path

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

/net/core/
Ddevlink.c5834 u8 health_state; member
6060 reporter->health_state)) in devlink_nl_health_reporter_fill()
6140 if (reporter->health_state == DEVLINK_HEALTH_REPORTER_STATE_HEALTHY) in devlink_health_reporter_recover()
6151 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_HEALTHY; in devlink_health_reporter_recover()
6218 prev_health_state = reporter->health_state; in devlink_health_report()
6219 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_ERROR; in devlink_health_report()
6231 reporter->health_state, in devlink_health_report()
6237 reporter->health_state = DEVLINK_HEALTH_REPORTER_STATE_ERROR; in devlink_health_report()
6320 if (reporter->health_state == state) in devlink_health_reporter_state_update()
6323 reporter->health_state = state; in devlink_health_reporter_state_update()