Searched refs:dev_action_stop (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_fsms.c | 2084 static void dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 2119 dev_action_stop(fi, event, arg); in dev_action_restart() 2264 { DEV_STATE_STARTWAIT_RXTX, DEV_EVENT_STOP, dev_action_stop }, 2270 { DEV_STATE_STARTWAIT_TX, DEV_EVENT_STOP, dev_action_stop }, 2275 { DEV_STATE_STARTWAIT_RX, DEV_EVENT_STOP, dev_action_stop }, 2280 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
H A D | netiucv.c | 1031 dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 1108 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1111 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
/kernel/linux/linux-6.6/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 },
|
H A D | netiucv.c | 1019 dev_action_stop(fsm_instance *fi, int event, void *arg) in dev_action_stop() function 1096 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1099 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop },
|
Completed in 12 milliseconds