Home
last modified time | relevance | path

Searched refs:DEV_EVENT_STOP (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/s390/net/
H A Dctcm_fsms.h221 DEV_EVENT_STOP, enumerator
H A Dctcm_fsms.c64 [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 Dnetiucv.c309 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 Dctcm_main.c449 fsm_event(priv->fsm, DEV_EVENT_STOP, dev); in ctcm_close()
H A Dctcm_mpc.c1433 fsm_addtimer(&priv->restart_timer, 500, DEV_EVENT_STOP, dev); in mpc_action_go_inop()