Home
last modified time | relevance | path

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

/linux/drivers/s390/net/
H A Dctcm_fsms.c319 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_txdone()
342 fsm_newstate(fi, CTC_STATE_TXIDLE); in ctcm_chx_txidle()
459 fsm_newstate(fi, CTC_STATE_TXIDLE); in chx_firstio()
476 fsm_newstate(fi, (CHANNEL_DIRECTION(ch->flags) == CTCM_READ) in chx_firstio()
481 fsm_newstate(fi, CTC_STATE_SETUPWAIT); in chx_firstio()
525 fsm_newstate(fi, CTC_STATE_RXIDLE); in chx_rxidle()
528 fsm_newstate(fi, CTC_STATE_RXINIT); in chx_rxidle()
562 fsm_newstate(fi, CTC_STATE_SETUPWAIT); in ctcm_chx_setmode()
573 fsm_newstate(fi, CTC_STATE_STARTWAIT); in ctcm_chx_setmode()
630 fsm_newstate(fi, CTC_STATE_STARTWAIT); in ctcm_chx_start()
[all …]
H A Dctcm_mpc.c359 /*fsm_newstate(grp->fsm, MPCG_STATE_XID2INITW);*/ in ctc_mpc_alloc_channel()
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(gr in mpc_action_go_inop()
[all...]
H A Dfsm.h195 fsm_newstate(fsm_instance *fi, int newstate) in fsm_newstate() function
H A Dctcm_main.c191 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()