Home
last modified time | relevance | path

Searched refs:fsm_newstate (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/drivers/s390/net/
Dctcm_fsms.c321 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_txdone()
344 fsm_newstate(fi, CTC_STATE_TXIDLE); in ctcm_chx_txidle()
462 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_firstio()
479 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in chx_firstio()
485 fsm_newstate(fi, CTC_STATE_SETUPWAIT); in chx_firstio()
529 fsm_newstate(fi, CTC_STATE_RXIDLE); in chx_rxidle()
533 fsm_newstate(fi, CTC_STATE_RXINIT); in chx_rxidle()
566 fsm_newstate(fi, CTC_STATE_SETUPWAIT); in ctcm_chx_setmode()
580 fsm_newstate(fi, CTC_STATE_STARTWAIT); in ctcm_chx_setmode()
637 fsm_newstate(fi, CTC_STATE_STARTWAIT); in ctcm_chx_start()
[all …]
Dnetiucv.c763 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
781 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
814 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept()
836 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack()
848 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_conntimsev()
865 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_connsever()
878 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_start()
886 fsm_newstate(fi, CONN_STATE_SETUPWAIT); in conn_action_start()
903 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_start()
909 fsm_newstate(fi, CONN_STATE_STARTWAIT); in conn_action_start()
[all …]
Dctcm_mpc.c464 fsm_newstate(grp->fsm, MPCG_STATE_XID0IOWAIT); in ctc_mpc_establish_connectivity()
579 fsm_newstate(grp->fsm, MPCG_STATE_FLOWC); in ctc_mpc_flow_control()
585 fsm_newstate(grp->fsm, MPCG_STATE_READY); in ctc_mpc_flow_control()
888 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready()
990 fsm_newstate(ch->fsm, CH_XID0_PENDING); in mpc_channel_action()
995 fsm_newstate(grp->fsm, MPCG_STATE_XID2INITW); in mpc_channel_action()
1285 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in ctcmpc_init_mpc_group()
1365 fsm_newstate(grp->fsm, MPCG_STATE_INOP); in mpc_action_go_inop()
1425 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop()
1433 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop()
[all …]
Dfsm.h192 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate() function
Dctcm_main.c192 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in channel_free()
271 fsm_newstate(ch->fsm, CTC_STATE_STOPPED); in channel_get()
568 fsm_newstate(ch->fsm, CTC_STATE_TX); in ctcm_transmit_skb()
827 fsm_newstate(ch->fsm, CTC_STATE_TX); in ctcmpc_transmit_skb()
1154 fsm_newstate(priv->fsm, DEV_STATE_STOPPED); in ctcm_init_netdevice()
1454 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in add_channel()