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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_fsms.h223 DEV_EVENT_STOP, enumerator in enum:dev_events
H A Dctcm_fsms.c65 [DEV_EVENT_STOP] = "Stop",
2124 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);
2268 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop },
2274 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop },
2279 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop },
2284 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
H A Dnetiucv.c342 DEV_EVENT_STOP, enumerator in enum:dev_events
1134 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop },
1137 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
1283 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);
H A Dctcm_main.c450 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);
H A Dctcm_mpc.c1441 /* DO NOT issue DEV_EVENT_STOP directly out of this code */
1457 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev);

Completed in 123 milliseconds