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