Searched refs:MPCG_STATE_READY (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/s390/net/ |
D | ctcm_mpc.c | 373 case MPCG_STATE_READY: in ctc_mpc_alloc_channel() 423 case MPCG_STATE_READY: in ctc_mpc_establish_connectivity() 578 if (mpcg_state == MPCG_STATE_READY) { in ctc_mpc_flow_control() 588 fsm_newstate(grp->fsm, MPCG_STATE_READY); in ctc_mpc_flow_control() 594 if (mpcg_state == MPCG_STATE_READY) { in ctc_mpc_flow_control() 734 [MPCG_STATE_READY] = "READY", 746 { MPCG_STATE_READY, MPCG_EVENT_DISCONC, mpc_action_discontact }, 747 { MPCG_STATE_READY, MPCG_EVENT_INOP, mpc_action_go_inop }, 877 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready() 1064 ((fsm_getstate(grp->fsm) == MPCG_STATE_READY) && in ctcmpc_unpack_skb() [all …]
|
D | ctcm_fsms.h | 351 MPCG_STATE_READY, enumerator
|
D | ctcm_fsms.c | 1007 if (!(gptr && (fsm_getstate(gptr->fsm) != MPCG_STATE_READY))) in ctcm_chx_txretry() 1420 case MPCG_STATE_READY: in ctcmpc_chx_rx() 1437 case MPCG_STATE_READY: in ctcmpc_chx_rx() 1547 case MPCG_STATE_READY: in ctcmpc_chx_rxidle()
|