Lines Matching refs:MPCG_STATE_READY
371 case MPCG_STATE_READY: in ctc_mpc_alloc_channel()
421 case MPCG_STATE_READY: in ctc_mpc_establish_connectivity()
576 if (mpcg_state == MPCG_STATE_READY) { in ctc_mpc_flow_control()
586 fsm_newstate(grp->fsm, MPCG_STATE_READY); in ctc_mpc_flow_control()
592 if (mpcg_state == MPCG_STATE_READY) { in ctc_mpc_flow_control()
748 [MPCG_STATE_READY] = "READY",
760 { MPCG_STATE_READY, MPCG_EVENT_DISCONC, mpc_action_discontact },
761 { MPCG_STATE_READY, MPCG_EVENT_INOP, mpc_action_go_inop },
891 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready()
1077 ((fsm_getstate(grp->fsm) == MPCG_STATE_READY) && in ctcmpc_unpack_skb()
1101 if (unlikely(fsm_getstate(grp->fsm) != MPCG_STATE_READY)) in ctcmpc_unpack_skb()
1394 case MPCG_STATE_READY: in mpc_action_go_inop()
2094 case MPCG_STATE_READY: in mpc_send_qllc_discontact()