Searched refs:DEV_EVENT_STOP (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | ctcm_fsms.h | 221 DEV_EVENT_STOP, enumerator
|
| H A D | ctcm_fsms.c | 63 [DEV_EVENT_STOP] = "Stop", 2127 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in dev_action_restart() 2271 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop }, 2277 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop }, 2282 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop }, 2287 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
| H A D | ctcm_main.c | 448 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
|
| H A D | ctcm_mpc.c | 1421 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); in mpc_action_go_inop()
|