Searched refs:DEV_EVENT_STOP (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/s390/net/ |
D | ctcm_fsms.h | 222 DEV_EVENT_STOP, enumerator
|
D | ctcm_fsms.c | 64 [DEV_EVENT_STOP] = "Stop", 2129 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in dev_action_restart() 2273 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop }, 2279 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop }, 2284 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop }, 2289 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
D | netiucv.c | 327 DEV_EVENT_STOP, enumerator 1126 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1129 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop }, 1274 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in netiucv_close()
|
D | ctcm_main.c | 449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
|
D | ctcm_mpc.c | 1434 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); in mpc_action_go_inop()
|