Searched refs:CONN_EVENT_STOP (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/s390/net/ |
| D | netiucv.c | 337 CONN_EVENT_STOP, enumerator 961 { CONN_STATE_STOPPED, CONN_EVENT_STOP, conn_action_stop }, 962 { CONN_STATE_STARTWAIT, CONN_EVENT_STOP, conn_action_stop }, 963 { CONN_STATE_SETUPWAIT, CONN_EVENT_STOP, conn_action_stop }, 964 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop }, 965 { CONN_STATE_TX, CONN_EVENT_STOP, conn_action_stop }, 966 { CONN_STATE_REGERR, CONN_EVENT_STOP, conn_action_stop }, 967 { CONN_STATE_CONNERR, CONN_EVENT_STOP, conn_action_stop }, 1034 fsm_event(privptr->conn->fsm, CONN_EVENT_STOP, &ev); in dev_action_stop()
|