Searched refs:MPCG_STATE_XID2INITW (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | ctcm_mpc.c | 454 case MPCG_STATE_XID2INITW: in ctc_mpc_establish_connectivity() 723 [MPCG_STATE_XID2INITW] = "Passive XID- XID0 Pending Start", 748 { MPCG_STATE_XID2INITW, MPCG_EVENT_XID0DO, mpc_action_doxid0 }, 749 { MPCG_STATE_XID2INITW, MPCG_EVENT_XID2, mpc_action_rcvd_xid0 }, 750 { MPCG_STATE_XID2INITW, MPCG_EVENT_INOP, mpc_action_go_inop }, 751 { MPCG_STATE_XID2INITW, MPCG_EVENT_TIMER, mpc_action_timeout }, 752 { MPCG_STATE_XID2INITW, MPCG_EVENT_DOIO, mpc_action_yside_xid }, 983 (fsm_getstate(grp->fsm) < MPCG_STATE_XID2INITW)) { in mpc_channel_action() 984 fsm_newstate(grp->fsm, MPCG_STATE_XID2INITW); in mpc_channel_action() 1369 case MPCG_STATE_XID2INITW: in mpc_action_go_inop() [all …]
|
| H A D | ctcm_fsms.h | 341 MPCG_STATE_XID2INITW, enumerator
|
| H A D | ctcm_fsms.c | 1607 case MPCG_STATE_XID2INITW: in ctcmpc_chx_attn() 1673 fsm_newstate(grp->fsm, MPCG_STATE_XID2INITW); in ctcmpc_chx_attnbusy() 1675 case MPCG_STATE_XID2INITW: in ctcmpc_chx_attnbusy()
|
| H A D | ctcm_main.c | 925 (fsm_getstate(grp->fsm) < MPCG_STATE_XID2INITW)) { in ctcmpc_tx()
|