Searched refs:DEV_EVENT_STOP (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/s390/net/ |
H A D | ctcm_fsms.h | 221 DEV_EVENT_STOP, enumerator in enum:dev_events
|
H A D | ctcm_fsms.c | 63 [DEV_EVENT_STOP] = "Stop", 2129 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); 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 },
|
H A D | netiucv.c | 343 DEV_EVENT_STOP, enumerator in enum:dev_events 1143 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1146 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop }, 1292 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); netiucv_close()
|
H A D | ctcm_mpc.c | 1421 /* DO NOT issue DEV_EVENT_STOP directly out of this code */ mpc_action_go_inop() 1437 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); mpc_action_go_inop()
|
H A D | ctcm_main.c | 448 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); ctcm_close()
|
Completed in 92 milliseconds