Searched refs:fsm_event (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
D | ctcm_fsms.c | 200 fsm_event(ch->fsm, CTC_EVENT_IO_EBUSY, ch); in ctcm_ccw_check_rc() 205 fsm_event(ch->fsm, CTC_EVENT_IO_ENODEV, ch); in ctcm_ccw_check_rc() 210 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() 461 fsm_event(priv->fsm, DEV_EVENT_TXUP, dev); in chx_firstio() 496 fsm_event(priv->fsm, DEV_EVENT_RXUP, dev); in chx_firstio() 532 fsm_event(priv->fsm, DEV_EVENT_RXUP, dev); in chx_rxidle() 718 fsm_event(priv->fsm, DEV_EVENT_RXDOWN, dev); in ctcm_chx_cleanup() 727 fsm_event(priv->fsm, DEV_EVENT_TXDOWN, dev); in ctcm_chx_cleanup() 813 fsm_event(priv->fsm, DEV_EVENT_RXDOWN, dev); in ctcm_chx_setuperr() [all …]
|
D | ctcm_main.c | 323 fsm_event(ch->fsm, CTC_EVENT_UC_RCRESET, ch); in ccw_unit_check() 331 fsm_event(ch->fsm, CTC_EVENT_UC_RSRESET, ch); in ccw_unit_check() 341 fsm_event(ch->fsm, CTC_EVENT_UC_HWFAIL, ch); in ccw_unit_check() 349 fsm_event(ch->fsm, CTC_EVENT_UC_RXPARITY, ch); in ccw_unit_check() 359 fsm_event(ch->fsm, CTC_EVENT_UC_TXTIMEOUT, ch); in ccw_unit_check() 361 fsm_event(ch->fsm, CTC_EVENT_UC_TXPARITY, ch); in ccw_unit_check() 373 fsm_event(ch->fsm, CTC_EVENT_UC_ZERO, ch); in ccw_unit_check() 378 fsm_event(ch->fsm, CTC_EVENT_UC_UNKNOWN, ch); in ccw_unit_check() 431 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctcm_open() 449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close() [all …]
|
D | ctcm_mpc.c | 369 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctc_mpc_alloc_channel() 383 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctc_mpc_alloc_channel() 435 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctc_mpc_establish_connectivity() 474 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, rch); in ctc_mpc_establish_connectivity() 488 fsm_event(grp->fsm, MPCG_EVENT_XID0DO, wch); in ctc_mpc_establish_connectivity() 540 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() 1018 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_channel_action() [all …]
|
D | netiucv.c | 504 fsm_event(conn->fsm, CONN_EVENT_RX, &ev); in netiucv_callback_rx() 515 fsm_event(conn->fsm, CONN_EVENT_TXDONE, &ev); in netiucv_callback_txdone() 522 fsm_event(conn->fsm, CONN_EVENT_CONN_ACK, conn); in netiucv_callback_connack() 547 fsm_event(conn->fsm, CONN_EVENT_CONN_REQ, &ev); in netiucv_callback_connreq() 560 fsm_event(conn->fsm, CONN_EVENT_CONN_REJ, conn); in netiucv_callback_connrej() 567 fsm_event(conn->fsm, CONN_EVENT_CONN_SUS, conn); in netiucv_callback_connsusp() 574 fsm_event(conn->fsm, CONN_EVENT_CONN_RES, conn); in netiucv_callback_connres() 798 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connaccept() 820 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connack() 848 fsm_event(privptr->fsm, DEV_EVENT_CONDOWN, netdev); in conn_action_connsever() [all …]
|
D | fsm.h | 144 fsm_event(fsm_instance *fi, int event, void *arg) in fsm_event() function
|
D | fsm.c | 140 fsm_event(this->fi, this->expire_event, this->event_arg); in fsm_expire_timer()
|