Searched refs:fsm_newstate (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/s390/net/ |
| A 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() 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 D | netiucv.c | 727 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone() 745 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_txdone() 788 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connaccept() 810 fsm_newstate(fi, CONN_STATE_IDLE); in conn_action_connack() 889 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start() 896 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start() 902 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start() 908 fsm_newstate(fi, CONN_STATE_CONNERR); in conn_action_start() 936 fsm_newstate(fi, CONN_STATE_STOPPED); in conn_action_stop() 1011 fsm_newstate(fi, DEV_STATE_STARTWAIT); in dev_action_start() [all …]
|
| A D | ctcm_mpc.c | 580 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() 877 fsm_newstate(grp->fsm, MPCG_STATE_READY); in mpc_group_ready() 979 fsm_newstate(ch->fsm, CH_XID0_PENDING); 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() 1841 fsm_newstate(ch->fsm, CH_XID0_INPROGRESS); in mpc_action_doxid0() 1915 fsm_newstate(ch->fsm, CH_XID7_PENDING4); in mpc_action_doxid7() [all …]
|
| A D | fsm.h | 192 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate() function
|
| A D | ctcm_main.c | 192 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() 1117 fsm_newstate(priv->fsm, DEV_STATE_STOPPED); in ctcm_init_netdevice() 1417 fsm_newstate(ch->fsm, CTC_STATE_IDLE); in add_channel()
|
Completed in 20 milliseconds