Home
last modified time | relevance | path

Searched refs:CONN_EVENT_STOP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/s390/net/
H A Dnetiucv.c355 CONN_EVENT_STOP, enumerator
969 { CONN_STATE_STOPPED, CONN_EVENT_STOP, conn_action_stop },
970 { CONN_STATE_STARTWAIT, CONN_EVENT_STOP, conn_action_stop },
971 { CONN_STATE_SETUPWAIT, CONN_EVENT_STOP, conn_action_stop },
972 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
973 { CONN_STATE_TX, CONN_EVENT_STOP, conn_action_stop },
974 { CONN_STATE_REGERR, CONN_EVENT_STOP, conn_action_stop },
975 { CONN_STATE_CONNERR, CONN_EVENT_STOP, conn_action_stop },
1024 * Shutdown connection by sending CONN_EVENT_STOP to it.
1042 fsm_event(privptr->conn->fsm, CONN_EVENT_STOP, in dev_action_stop()
[all...]
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dnetiucv.c337 CONN_EVENT_STOP, enumerator
957 { CONN_STATE_STOPPED, CONN_EVENT_STOP, conn_action_stop },
958 { CONN_STATE_STARTWAIT, CONN_EVENT_STOP, conn_action_stop },
959 { CONN_STATE_SETUPWAIT, CONN_EVENT_STOP, conn_action_stop },
960 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
961 { CONN_STATE_TX, CONN_EVENT_STOP, conn_action_stop },
962 { CONN_STATE_REGERR, CONN_EVENT_STOP, conn_action_stop },
963 { CONN_STATE_CONNERR, CONN_EVENT_STOP, conn_action_stop },
1012 * Shutdown connection by sending CONN_EVENT_STOP to it.
1030 fsm_event(privptr->conn->fsm, CONN_EVENT_STOP, in dev_action_stop()
[all...]

Completed in 4 milliseconds