Searched refs:DEV_EVENT_STOP (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/s390/net/ |
H A D | ctcm_fsms.h | 221 DEV_EVENT_STOP, enumerator
|
H A D | ctcm_fsms.c | 64 [DEV_EVENT_STOP] = "Stop", 2114 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in dev_action_restart() 2258 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop }, 2264 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop }, 2269 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop }, 2274 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
H A D | ctcm_main.c | 449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
|