Searched refs:DEV_EVENT_STOP (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | ctcm_fsms.h | 221 DEV_EVENT_STOP, enumerator
|
H A D | ctcm_fsms.c | 64 [DEV_EVENT_STOP] = "Stop", 2120 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); 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 | 309 DEV_EVENT_STOP, enumerator 1108 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1111 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop }, 1256 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in netiucv_close()
|
H A D | ctcm_mpc.c | 1417 /* DO NOT issue DEV_EVENT_STOP directly out of this code */ in mpc_action_go_inop() 1433 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); in mpc_action_go_inop()
|
H A D | ctcm_main.c | 449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | ctcm_fsms.h | 221 DEV_EVENT_STOP, enumerator
|
H A D | ctcm_fsms.c | 64 [DEV_EVENT_STOP] = "Stop", 2114 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); 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 | 291 DEV_EVENT_STOP, enumerator 1096 { DEV_STATE_STARTWAIT, DEV_EVENT_STOP, dev_action_stop }, 1099 { DEV_STATE_RUNNING, DEV_EVENT_STOP, dev_action_stop }, 1244 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in netiucv_close()
|
H A D | ctcm_mpc.c | 1406 /* DO NOT issue DEV_EVENT_STOP directly out of this code */ in mpc_action_go_inop() 1422 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); in mpc_action_go_inop()
|
H A D | ctcm_main.c | 449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
|
Completed in 20 milliseconds