Lines Matching +full:channel +full:- +full:7
1 /* SPDX-License-Identifier: GPL-2.0 */
44 * Definitions for the channel statemachine(s) for ctc and ctcmpc
46 * To allow better kerntyping, prefix-less definitions for channel states
47 * and channel events have been replaced :
48 * ch_event... -> ctc_ch_event...
49 * CH_EVENT... -> CTC_EVENT...
50 * ch_state... -> ctc_ch_state...
51 * CH_STATE... -> CTC_STATE...
54 * Events of the channel statemachine(s) for ctc and ctcmpc
70 * Events, representing unit-check
81 * Events, representing subchannel-check
116 * States of the channel statemachine(s) for ctc and ctcmpc.
120 * Channel not assigned to any device,
125 * Channel assigned but not operating
142 CTC_NR_STATES, /* MUST be the last element of non-expanded states */
160 void ctcm_ccw_check_rc(struct channel *ch, int rc, char *msg);
164 * ----- non-static actions for ctcm channel statemachine -----
170 * ----- FSM (state/event/action) of the ctcm channel statemachine -----
177 * ----- non-static actions for ctcmpc channel statemachine ----
186 * ----- FSM (state/event/action) of the ctcmpc channel statemachine -----
268 Group level non-recoverable error
271 1 read channel have completed.
279 Y-side protocol only.
286 No XID2(7)'s have yet been received.
287 XID2(7) negotiations pending.
289 MPCG_STATE_XID7INITX XID2(7) negotiations in progress.
290 At least 1, but not all, XID2(7)'s
293 MPCG_STATE_XID7INITF XID2(7) negotiations complete.
302 X-side protocol only.
303 ATTN-BUSY from other side will convert
304 this to Y-side protocol and the
312 No XID2(7)'s have yet been received.
313 XID2(7) negotiations pending.
315 MPCG_STATE_XID7INITZ XID2(7) negotiations in progress.
316 At least 1, but not all, XID2(7)'s
319 MPCG_STATE_XID7INITF XID2(7) negotiations complete.
356 /* --- This is the END my friend --- */