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

/linux-4.1.27/drivers/s390/net/
H A Dnetiucv.c389 CONN_EVENT_STOP, enumerator in enum:conn_events
1004 { CONN_STATE_STOPPED, CONN_EVENT_STOP, conn_action_stop },
1005 { CONN_STATE_STARTWAIT, CONN_EVENT_STOP, conn_action_stop },
1006 { CONN_STATE_SETUPWAIT, CONN_EVENT_STOP, conn_action_stop },
1007 { CONN_STATE_IDLE, CONN_EVENT_STOP, conn_action_stop },
1008 { CONN_STATE_TX, CONN_EVENT_STOP, conn_action_stop },
1009 { CONN_STATE_REGERR, CONN_EVENT_STOP, conn_action_stop },
1010 { CONN_STATE_CONNERR, CONN_EVENT_STOP, conn_action_stop },
1059 * Shutdown connection by sending CONN_EVENT_STOP to it.
1077 fsm_event(privptr->conn->fsm, CONN_EVENT_STOP, &ev); dev_action_stop()

Completed in 87 milliseconds