Searched refs:DEV_EVENT_STOP (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/s390/net/
H A Dctcm_fsms.h221 DEV_EVENT_STOP, enumerator in enum:dev_events
H A Dctcm_fsms.c64 [DEV_EVENT_STOP] = "Stop",
2114 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);
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 Dnetiucv.c291 DEV_EVENT_STOP, enumerator in enum:dev_events
1096 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop },
1099 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
1244 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);
H A Dctcm_main.c449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);
H A Dctcm_mpc.c1406 /* DO NOT issue DEV_EVENT_STOP directly out of this code */
1422 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev);

Completed in 144 milliseconds