Home
last modified time | relevance | path

Searched refs:fsm_event (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/s390/net/
Dctcm_fsms.c199 fsm_event(ch->fsm, CTC_EVENT_IO_EBUSY, ch); in ctcm_ccw_check_rc()
204 fsm_event(ch->fsm, CTC_EVENT_IO_ENODEV, ch); in ctcm_ccw_check_rc()
209 fsm_event(ch->fsm, CTC_EVENT_IO_UNKNOWN, ch); in ctcm_ccw_check_rc()
344 fsm_event(priv->fsm, DEV_EVENT_TXUP, ch->netdev); in ctcm_chx_txidle()
462 fsm_event(priv->fsm, DEV_EVENT_TXUP, dev); in chx_firstio()
498 fsm_event(priv->fsm, DEV_EVENT_RXUP, dev); in chx_firstio()
535 fsm_event(priv->fsm, DEV_EVENT_RXUP, dev); in chx_rxidle()
722 fsm_event(priv->fsm, DEV_EVENT_RXDOWN, dev); in ctcm_chx_cleanup()
731 fsm_event(priv->fsm, DEV_EVENT_TXDOWN, dev); in ctcm_chx_cleanup()
817 fsm_event(priv->fsm, DEV_EVENT_RXDOWN, dev); in ctcm_chx_setuperr()
[all …]
Dctcm_main.c322 fsm_event(ch->fsm, CTC_EVENT_UC_RCRESET, ch); in ccw_unit_check()
330 fsm_event(ch->fsm, CTC_EVENT_UC_RSRESET, ch); in ccw_unit_check()
340 fsm_event(ch->fsm, CTC_EVENT_UC_HWFAIL, ch); in ccw_unit_check()
348 fsm_event(ch->fsm, CTC_EVENT_UC_RXPARITY, ch); in ccw_unit_check()
358 fsm_event(ch->fsm, CTC_EVENT_UC_TXTIMEOUT, ch); in ccw_unit_check()
360 fsm_event(ch->fsm, CTC_EVENT_UC_TXPARITY, ch); in ccw_unit_check()
372 fsm_event(ch->fsm, CTC_EVENT_UC_ZERO, ch); in ccw_unit_check()
377 fsm_event(ch->fsm, CTC_EVENT_UC_UNKNOWN, ch); in ccw_unit_check()
430 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctcm_open()
448 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
[all …]
Dctcm_mpc.c367 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctc_mpc_alloc_channel()
381 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctc_mpc_alloc_channel()
433 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctc_mpc_establish_connectivity()
472 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, rch); in ctc_mpc_establish_connectivity()
486 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, wch); in ctc_mpc_establish_connectivity()
538 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctc_mpc_dealloc_ch()
684 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_send_sweep_resp()
851 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_action_go_ready()
964 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_channel_action()
1019 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_channel_action()
[all …]
Dnetiucv.c537 fsm_event(conn->fsm, CONN_EVENT_RX, &ev); in netiucv_callback_rx()
548 fsm_event(conn->fsm, CONN_EVENT_TXDONE, &ev); in netiucv_callback_txdone()
555 fsm_event(conn->fsm, CONN_EVENT_CONN_ACK, conn); in netiucv_callback_connack()
580 fsm_event(conn->fsm, CONN_EVENT_CONN_REQ, &ev); in netiucv_callback_connreq()
593 fsm_event(conn->fsm, CONN_EVENT_CONN_REJ, conn); in netiucv_callback_connrej()
600 fsm_event(conn->fsm, CONN_EVENT_CONN_SUS, conn); in netiucv_callback_connsusp()
607 fsm_event(conn->fsm, CONN_EVENT_CONN_RES, conn); in netiucv_callback_connres()
832 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connaccept()
854 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connack()
882 fsm_event(privptr->fsm, DEV_EVENT_CONDOWN, netdev); in conn_action_connsever()
[all …]
Dfsm.h143 fsm_event(fsm_instance *fi, int event, void *arg) in fsm_event() function
Dfsm.c138 fsm_event(this->fi, this->expire_event, this->event_arg); in fsm_expire_timer()