Searched refs:dev_action_stop (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/s390/net/
H A Dctcm_fsms.h241 static void dev_action_stop(fsm_instance * fi, int event, void *arg);
H A Dctcm_fsms.c2093 static void dev_action_stop(fsm_instance *fi, int event, void *arg) dev_action_stop() function
2128 dev_action_stop(fi, event, arg); 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 Dnetiucv.c1066 dev_action_stop(fsm_instance *fi, int event, void *arg) dev_action_stop() function
1143 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop },
1146 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },

Completed in 90 milliseconds