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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/net/
H A Dctcmain.c110 DEV_EVENT_STOP, enumerator in enum:dev_events
2018 fsm_event(privptr->fsm, DEV_EVENT_STOP, dev);
2136 {DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop },
2143 {DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop },
2149 {DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop },
2155 {DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
2347 fsm_event(((struct ctc_priv *) dev->priv)->fsm, DEV_EVENT_STOP, dev);
H A Dnetiucv.c309 DEV_EVENT_STOP, enumerator in enum:dev_events
1109 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop },
1112 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
1261 fsm_event(priv->fsm, DEV_EVENT_STOP, dev);

Completed in 95 milliseconds