Searched refs:CTC_STATE_NOTOP (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/s390/net/ |
H A D | ctcm_fsms.c | 119 [CTC_STATE_NOTOP] = "Not operational", 768 ctcm_chx_cleanup(fi, CTC_STATE_NOTOP, arg); in ctcm_chx_fail() 1094 { CTC_STATE_NOTOP, CTC_EVENT_STOP, ctcm_chx_stop }, 1095 { CTC_STATE_NOTOP, CTC_EVENT_START, ctcm_action_nop }, 1096 { CTC_STATE_NOTOP, CTC_EVENT_FINSTAT, ctcm_action_nop }, 1097 { CTC_STATE_NOTOP, CTC_EVENT_MC_FAIL, ctcm_action_nop }, 1098 { CTC_STATE_NOTOP, CTC_EVENT_MC_GOOD, ctcm_chx_start }, 1846 { CTC_STATE_NOTOP, CTC_EVENT_STOP, ctcm_chx_stop }, 1847 { CTC_STATE_NOTOP, CTC_EVENT_START, ctcm_action_nop }, 1848 { CTC_STATE_NOTOP, CTC_EVENT_FINSTAT, ctcm_action_nop }, [all …]
|
H A D | ctcm_fsms.h | 141 CTC_STATE_NOTOP, enumerator
|