Searched refs:dev_action_stop (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/s390/net/ |
H A D | ctcm_fsms.c | 2078 static void dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 2113 dev_action_stop(fi, event, arg); in dev_action_restart() 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 },
|