Searched refs:dev_action_stop (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | ctcm_fsms.c | 2085 static void dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 2120 dev_action_stop(fi, event, arg); in dev_action_restart() 2265 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop }, 2271 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop }, 2276 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop }, 2281 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|