Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dctcm_fsms.h220 DEV_EVENT_START, enumerator
H A Dctcm_fsms.c63 [DEV_EVENT_START] = "Start",
2122 DEV_EVENT_START, dev); in dev_action_restart()
2243 { DEV_STATE_STOPPED, DEV_EVENT_START, dev_action_start },
2244 { DEV_STATE_STOPWAIT_RXTX, DEV_EVENT_START, dev_action_start },
2248 { DEV_STATE_STOPWAIT_RX, DEV_EVENT_START, dev_action_start },
2253 { DEV_STATE_STOPWAIT_TX, DEV_EVENT_START, dev_action_start },
H A Dnetiucv.c290 DEV_EVENT_START, enumerator
1091 { DEV_STATE_STOPPED, DEV_EVENT_START, dev_action_start },
1093 { DEV_STATE_STOPWAIT, DEV_EVENT_START, dev_action_start },
1228 fsm_event(priv->fsm, DEV_EVENT_START, dev); in netiucv_open()
H A Dctcm_main.c431 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctcm_open()
855 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctcm_tx()
H A Dctcm_mpc.c371 fsm_event(priv->fsm, DEV_EVENT_START, dev); in ctc_mpc_alloc_channel()