2 * drivers/s390/net/ctcm_fsms.h
4 * Copyright IBM Corp. 2001, 2007
5 * Authors: Fritz Elfert (felfert@millenux.com)
6 * Peter Tiedemann (ptiedem@de.ibm.com)
8 * Belinda Thompson (belindat@us.ibm.com)
9 * Andy Richter (richtera@us.ibm.com)
14 #include <linux/module.h>
15 #include <linux/init.h>
16 #include <linux/kernel.h>
17 #include <linux/slab.h>
18 #include <linux/errno.h>
19 #include <linux/types.h>
20 #include <linux/interrupt.h>
21 #include <linux/timer.h>
22 #include <linux/bitops.h>
24 #include <linux/signal.h>
25 #include <linux/string.h>
28 #include <linux/if_arp.h>
29 #include <linux/tcp.h>
30 #include <linux/skbuff.h>
31 #include <linux/ctype.h>
35 #include <asm/ccwdev.h>
36 #include <asm/ccwgroup.h>
37 #include <linux/uaccess.h>
39 #include <asm/idals.h>
42 #include "ctcm_main.h"
45 * Definitions for the channel statemachine(s) for ctc and ctcmpc
47 * To allow better kerntyping, prefix-less definitions for channel states
48 * and channel events have been replaced :
49 * ch_event... -> ctc_ch_event...
50 * CH_EVENT... -> CTC_EVENT...
51 * ch_state... -> ctc_ch_state...
52 * CH_STATE... -> CTC_STATE...
55 * Events of the channel statemachine(s) for ctc and ctcmpc
59 * Events, representing return code of
60 * I/O operations (ccw_device_start, ccw_device_halt et al.)
71 * Events, representing unit-check
75 CTC_EVENT_UC_TXTIMEOUT
,
76 CTC_EVENT_UC_TXPARITY
,
78 CTC_EVENT_UC_RXPARITY
,
82 * Events, representing subchannel-check
86 * Events, representing machine checks
91 * Event, representing normal IRQ
96 * Event, representing timer expiry.
100 * Events, representing commands from upper levels.
106 * additional MPC events
108 CTC_EVENT_SEND_XID
= CTC_NR_EVENTS
,
109 CTC_EVENT_RSWEEP_TIMER
,
111 * MUST be always the last element!!
117 * States of the channel statemachine(s) for ctc and ctcmpc.
121 * Channel not assigned to any device,
122 * initial state, direction invalid
126 * Channel assigned but not operating
130 CTC_STATE_STARTRETRY
,
143 CTC_NR_STATES
, /* MUST be the last element of non-expanded states */
145 * additional MPC states
147 CH_XID0_PENDING
= CTC_NR_STATES
,
154 CTC_MPC_NR_STATES
, /* MUST be the last element of expanded mpc states */
157 extern const char *ctc_ch_event_names
[];
159 extern const char *ctc_ch_state_names
[];
161 void ctcm_ccw_check_rc(struct channel
*ch
, int rc
, char *msg
);
162 void ctcm_purge_skb_queue(struct sk_buff_head
*q
);
163 void fsm_action_nop(fsm_instance
*fi
, int event
, void *arg
);
166 * ----- non-static actions for ctcm channel statemachine -----
169 void ctcm_chx_txidle(fsm_instance
*fi
, int event
, void *arg
);
172 * ----- FSM (state/event/action) of the ctcm channel statemachine -----
174 extern const fsm_node ch_fsm
[];
175 extern int ch_fsm_len
;
179 * ----- non-static actions for ctcmpc channel statemachine ----
183 void ctcm_chx_txidle(fsm_instance * fi, int event, void *arg);
185 void ctcmpc_chx_rxidle(fsm_instance
*fi
, int event
, void *arg
);
188 * ----- FSM (state/event/action) of the ctcmpc channel statemachine -----
190 extern const fsm_node ctcmpc_ch_fsm
[];
191 extern int mpc_ch_fsm_len
;
194 * Definitions for the device interface statemachine for ctc and mpc
198 * States of the device interface statemachine.
202 DEV_STATE_STARTWAIT_RXTX
,
203 DEV_STATE_STARTWAIT_RX
,
204 DEV_STATE_STARTWAIT_TX
,
205 DEV_STATE_STOPWAIT_RXTX
,
206 DEV_STATE_STOPWAIT_RX
,
207 DEV_STATE_STOPWAIT_TX
,
210 * MUST be always the last element!!
215 extern const char *dev_state_names
[];
218 * Events of the device interface statemachine.
230 * MUST be always the last element!!
235 extern const char *dev_event_names
[];
238 * Actions for the device interface statemachine.
242 static void dev_action_start(fsm_instance * fi, int event, void *arg);
243 static void dev_action_stop(fsm_instance * fi, int event, void *arg);
244 static void dev_action_restart(fsm_instance *fi, int event, void *arg);
245 static void dev_action_chup(fsm_instance * fi, int event, void *arg);
246 static void dev_action_chdown(fsm_instance * fi, int event, void *arg);
250 * The (state/event/action) fsm table of the device interface statemachine.
253 extern const fsm_node dev_fsm
[];
254 extern int dev_fsm_len
;
258 * Definitions for the MPC Group statemachine
262 * MPC Group Station FSM States
264 State Name When In This State
265 ====================== =======================================
266 MPCG_STATE_RESET Initial State When Driver Loaded
267 We receive and send NOTHING
269 MPCG_STATE_INOP INOP Received.
270 Group level non-recoverable error
272 MPCG_STATE_READY XID exchanges for at least 1 write and
273 1 read channel have completed.
274 Group is ready for data transfer.
276 States from ctc_mpc_alloc_channel
277 ==============================================================
278 MPCG_STATE_XID2INITW Awaiting XID2(0) Initiation
279 ATTN from other side will start
281 Y-side protocol only.
283 MPCG_STATE_XID2INITX XID2(0) negotiations are in progress.
284 At least 1, but not all, XID2(0)'s
285 have been received from partner.
287 MPCG_STATE_XID7INITW XID2(0) complete
288 No XID2(7)'s have yet been received.
289 XID2(7) negotiations pending.
291 MPCG_STATE_XID7INITX XID2(7) negotiations in progress.
292 At least 1, but not all, XID2(7)'s
293 have been received from partner.
295 MPCG_STATE_XID7INITF XID2(7) negotiations complete.
296 Transitioning to READY.
298 MPCG_STATE_READY Ready for Data Transfer.
301 States from ctc_mpc_establish_connectivity call
302 ==============================================================
303 MPCG_STATE_XID0IOWAIT Initiating XID2(0) negotiations.
304 X-side protocol only.
305 ATTN-BUSY from other side will convert
306 this to Y-side protocol and the
307 ctc_mpc_alloc_channel flow will begin.
309 MPCG_STATE_XID0IOWAIX XID2(0) negotiations are in progress.
310 At least 1, but not all, XID2(0)'s
311 have been received from partner.
313 MPCG_STATE_XID7INITI XID2(0) complete
314 No XID2(7)'s have yet been received.
315 XID2(7) negotiations pending.
317 MPCG_STATE_XID7INITZ XID2(7) negotiations in progress.
318 At least 1, but not all, XID2(7)'s
319 have been received from partner.
321 MPCG_STATE_XID7INITF XID2(7) negotiations complete.
322 Transitioning to READY.
324 MPCG_STATE_READY Ready for Data Transfer.
343 MPCG_STATE_XID2INITW
,
344 MPCG_STATE_XID2INITX
,
345 MPCG_STATE_XID7INITW
,
346 MPCG_STATE_XID7INITX
,
347 MPCG_STATE_XID0IOWAIT
,
348 MPCG_STATE_XID0IOWAIX
,
349 MPCG_STATE_XID7INITI
,
350 MPCG_STATE_XID7INITZ
,
351 MPCG_STATE_XID7INITF
,
358 /* --- This is the END my friend --- */