Searched refs:fsm_event (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/s390/net/ |
A 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() 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() 1572 fsm_event(priv->fsm, DEV_EVENT_RXUP, dev); in ctcmpc_chx_rxidle() 1682 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_chx_attnbusy() 2067 fsm_event(ch->fsm, CTC_EVENT_START, ch); in dev_action_start() 2089 fsm_event(ch->fsm, CTC_EVENT_STOP, ch); in dev_action_stop() [all …]
|
A D | ctcm_main.c | 373 fsm_event(ch->fsm, CTC_EVENT_UC_ZERO, 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() 640 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_send_sweep_req() 855 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctcm_tx() 945 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_tx() 959 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_tx() 1231 fsm_event(ch->fsm, CTC_EVENT_BUSY, ch); in ctcm_irq_handler() 1235 fsm_event(ch->fsm, CTC_EVENT_ATTN, ch); in ctcm_irq_handler() 1242 fsm_event(ch->fsm, CTC_EVENT_FINSTAT, ch); in ctcm_irq_handler() [all …]
|
A 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() 540 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctc_mpc_dealloc_ch() 670 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_send_sweep_resp() 837 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_action_go_ready() 951 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_channel_action() 1206 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in ctcmpc_unpack_skb() 1460 fsm_event(grp->fsm, MPCG_EVENT_INOP, dev); in mpc_action_timeout() 1855 fsm_event(grp->fsm, MPCG_EVENT_DOIO, ch); in mpc_action_doxid0() [all …]
|
A D | netiucv.c | 486 fsm_event(conn->fsm, CONN_EVENT_RX, &ev); in netiucv_callback_rx() 497 fsm_event(conn->fsm, CONN_EVENT_TXDONE, &ev); in netiucv_callback_txdone() 504 fsm_event(conn->fsm, CONN_EVENT_CONN_ACK, conn); in netiucv_callback_connack() 529 fsm_event(conn->fsm, CONN_EVENT_CONN_REQ, &ev); in netiucv_callback_connreq() 542 fsm_event(conn->fsm, CONN_EVENT_CONN_REJ, conn); in netiucv_callback_connrej() 549 fsm_event(conn->fsm, CONN_EVENT_CONN_SUS, conn); in netiucv_callback_connsusp() 556 fsm_event(conn->fsm, CONN_EVENT_CONN_RES, conn); in netiucv_callback_connres() 786 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connaccept() 808 fsm_event(privptr->fsm, DEV_EVENT_CONUP, netdev); in conn_action_connack() 1228 fsm_event(priv->fsm, DEV_EVENT_START, dev); in netiucv_open() [all …]
|
A D | fsm.h | 144 fsm_event(fsm_instance *fi, int event, void *arg) in fsm_event() function
|
A D | fsm.c | 140 fsm_event(this->fi, this->expire_event, this->event_arg); in fsm_expire_timer()
|
Completed in 18 milliseconds