Searched refs:dev_action_stop (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/s390/net/ | 
| D | ctcm_fsms.c | 2078 static void dev_action_stop(fsm_instance *fi, int event, void *arg)  in dev_action_stop()  function2113 	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    },
 
 | 
| D | netiucv.c | 1023 dev_action_stop(fsm_instance *fi, int event, void *arg)  in dev_action_stop()  function1100 	{ DEV_STATE_STARTWAIT,  DEV_EVENT_STOP,    dev_action_stop     },
 1103 	{ DEV_STATE_RUNNING,    DEV_EVENT_STOP,    dev_action_stop     },
 
 |