Searched refs:MPCG_STATE_XID7INITI (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/s390/net/ |
D | ctcm_mpc.c | 744 [MPCG_STATE_XID7INITI] = "Active XID- XID7 Pending Start", 804 { MPCG_STATE_XID7INITI, MPCG_EVENT_XID2DONE, mpc_action_doxid7 }, 805 { MPCG_STATE_XID7INITI, MPCG_EVENT_XID2, mpc_action_rcvd_xid7 }, 806 { MPCG_STATE_XID7INITI, MPCG_EVENT_DISCONC, mpc_action_discontact }, 807 { MPCG_STATE_XID7INITI, MPCG_EVENT_INOP, mpc_action_go_inop }, 808 { MPCG_STATE_XID7INITI, MPCG_EVENT_TIMER, mpc_action_timeout }, 809 { MPCG_STATE_XID7INITI, MPCG_EVENT_XID7DONE, mpc_action_doxid7 }, 810 { MPCG_STATE_XID7INITI, MPCG_EVENT_DOIO, mpc_action_xside_xid }, 1389 case MPCG_STATE_XID7INITI: in mpc_action_go_inop() 1988 fsm_newstate(grp->fsm, MPCG_STATE_XID7INITI); in mpc_action_rcvd_xid0() [all …]
|
D | ctcm_fsms.h | 348 MPCG_STATE_XID7INITI, enumerator
|
D | ctcm_fsms.c | 1625 case MPCG_STATE_XID7INITI: in ctcmpc_chx_attn() 1702 case MPCG_STATE_XID7INITI: in ctcmpc_chx_attnbusy()
|