Searched refs:fsm_newstate (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_fsms.c | 320 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_txdone() 343 fsm_newstate(fi, CTC_STATE_TXIDLE); in ctcm_chx_txidle() 461 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_firstio() 478 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in chx_firstio() 484 fsm_newstate(fi, CTC_STATE_SETUPWAIT); in chx_firstio() 528 fsm_newstate(fi, CTC_STATE_RXIDLE); in chx_rxidle() 532 fsm_newstate(fi, CTC_STATE_RXINIT); in chx_rxidle() 565 fsm_newstate(fi, CTC_STATE_SETUPWAIT); in ctcm_chx_setmode() 579 fsm_newstate(fi, CTC_STATE_STARTWAIT); in ctcm_chx_setmode() 636 fsm_newstate(fi, CTC_STATE_STARTWAIT); in ctcm_chx_start() [all …]
|
D | netiucv.c | 779 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone() 797 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone() 830 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept() 852 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack() 864 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_conntimsev() 881 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_connsever() 894 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_start() 902 fsm_newstate(fi, CONN_STATE_SETUPWAIT); in conn_action_start() 919 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_start() 925 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_start() [all …]
|
D | ctcm_mpc.c | 463 fsm_newstate(grp->fsm, MPCG_STATE_XID0IOWAIT); in ctc_mpc_establish_connectivity() 578 fsm_newstate(grp->fsm, MPCG_STATE_FLOWC); in ctc_mpc_flow_control() 584 fsm_newstate(grp->fsm, MPCG_STATE_READY); in ctc_mpc_flow_control() 889 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready() 992 fsm_newstate(ch->fsm, CH_XID0_PENDING); in mpc_channel_action() 997 fsm_newstate(grp->fsm, MPCG_STATE_XID2INITW); in mpc_channel_action() 1287 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in ctcmpc_init_mpc_group() 1369 fsm_newstate(grp->fsm, MPCG_STATE_INOP); in mpc_action_go_inop() 1430 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop() 1438 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop() [all …]
|
D | fsm.h | 191 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate() function
|
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() 826 fsm_newstate(ch->fsm, CTC_STATE_TX); in ctcmpc_transmit_skb() 1161 fsm_newstate(priv->fsm, DEV_STATE_STOPPED); in ctcm_init_netdevice() 1461 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in add_channel()
|