Searched refs:fsm_newstate (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | ctcm_mpc.c | 467 fsm_newstate(grp->fsm, MPCG_STATE_XID0IOWAIT); in ctc_mpc_establish_connectivity() 582 fsm_newstate(grp->fsm, MPCG_STATE_FLOWC); in ctc_mpc_flow_control() 588 fsm_newstate(grp->fsm, MPCG_STATE_READY); in ctc_mpc_flow_control() 876 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready() 979 fsm_newstate(ch->fsm, CH_XID0_PENDING); in mpc_channel_action() 984 fsm_newstate(grp->fsm, MPCG_STATE_XID2INITW); in mpc_channel_action() 1274 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in ctcmpc_init_mpc_group() 1354 fsm_newstate(grp->fsm, MPCG_STATE_INOP); in mpc_action_go_inop() 1414 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop() 1422 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop() [all …]
|
| H A D | fsm.h | 192 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate() function
|
| H A D | ctcm_main.c | 191 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in channel_free() 270 fsm_newstate(ch->fsm, CTC_STATE_STOPPED); in channel_get() 567 fsm_newstate(ch->fsm, CTC_STATE_TX); in ctcm_transmit_skb() 785 fsm_newstate(ch->fsm, CTC_STATE_TX); in ctcmpc_transmit_skb() 1109 fsm_newstate(priv->fsm, DEV_STATE_STOPPED); in ctcm_init_netdevice() 1409 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in add_channel()
|