Searched refs:MPCG_STATE_RESET (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/s390/net/ |
H A D | ctcm_fsms.h | 339 MPCG_STATE_RESET, enumerator
|
H A D | ctcm_mpc.c | 354 case MPCG_STATE_RESET: in ctc_mpc_alloc_channel() 442 case MPCG_STATE_RESET: in ctc_mpc_establish_connectivity() 722 [MPCG_STATE_RESET] = "Reset", 742 { MPCG_STATE_RESET, MPCG_EVENT_INOP, mpc_action_go_inop }, 1275 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in ctcmpc_init_mpc_group() 1360 if ((grp->saved_state != MPCG_STATE_RESET) || in mpc_action_go_inop() 1368 case MPCG_STATE_RESET: in mpc_action_go_inop() 1415 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop() 1423 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop()
|
H A D | ctcm_fsms.c | 1415 case MPCG_STATE_RESET: in ctcmpc_chx_rx() 2095 fsm_newstate(priv->mpcg->fsm, MPCG_STATE_RESET); in dev_action_stop() 2116 fsm_newstate(priv->mpcg->fsm, MPCG_STATE_RESET); in dev_action_restart()
|