Searched refs:dev_action_stop (Results 1 – 2 of 2) sorted by relevance
/drivers/s390/net/ |
D | ctcm_fsms.c | 2097 static void dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 2132 dev_action_stop(fi, event, arg); in dev_action_restart() 2277 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop }, 2283 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop }, 2288 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop }, 2293 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
D | netiucv.c | 1091 dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 1168 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1171 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|