Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/net/
A Dctcm_fsms.c320 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_txdone()
343 fsm_newstate(fi, CTC_STATE_TXIDLE); in ctcm_chx_txidle()
669 fsm_newstate(fi, CTC_STATE_TERM); in ctcm_chx_haltio()
679 fsm_newstate(fi, oldstate); in ctcm_chx_haltio()
707 fsm_newstate(fi, state); in ctcm_chx_cleanup()
812 fsm_newstate(fi, CTC_STATE_RXERR); in ctcm_chx_setuperr()
815 fsm_newstate(fi, CTC_STATE_TXERR); in ctcm_chx_setuperr()
855 fsm_newstate(fi, oldstate); in ctcm_chx_restart()
913 fsm_newstate(fi, CTC_STATE_RXERR); in ctcm_chx_rxinitfail()
941 fsm_newstate(fi, CTC_STATE_DTERM); in ctcm_chx_rxdisc()
[all …]
A Dnetiucv.c723 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
741 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone()
784 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept()
806 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack()
885 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start()
892 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start()
898 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start()
904 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start()
932 fsm_newstate(fi, CONN_STATE_STOPPED); in conn_action_stop()
1007 fsm_newstate(fi, DEV_STATE_STARTWAIT); in dev_action_start()
[all …]
A Dctcm_mpc.c580 fsm_newstate(grp->fsm, MPCG_STATE_FLOWC); in ctc_mpc_flow_control()
586 fsm_newstate(grp->fsm, MPCG_STATE_READY); in ctc_mpc_flow_control()
875 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready()
978 fsm_newstate(ch->fsm, CH_XID0_PENDING); in mpc_channel_action()
1273 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in ctcmpc_init_mpc_group()
1353 fsm_newstate(grp->fsm, MPCG_STATE_INOP); in mpc_action_go_inop()
1413 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop()
1421 fsm_newstate(grp->fsm, MPCG_STATE_RESET); in mpc_action_go_inop()
1840 fsm_newstate(ch->fsm, CH_XID0_INPROGRESS); in mpc_action_doxid0()
1914 fsm_newstate(ch->fsm, CH_XID7_PENDING4); in mpc_action_doxid7()
[all …]
A Dfsm.h192 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate() function
A 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()
786 fsm_newstate(ch->fsm, CTC_STATE_TX); in ctcmpc_transmit_skb()
1110 fsm_newstate(priv->fsm, DEV_STATE_STOPPED); in ctcm_init_netdevice()
1410 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in add_channel()

Completed in 17 milliseconds