Go to the documentation of this file.
4 #ifndef _ASM_S390_CIO_H_
5 #define _ASM_S390_CIO_H_
10 #define LPM_ANYPATH 0xff
12 #define __MAX_SUBCHANNEL 65535
35 #define CCW_FLAG_DC 0x80
36 #define CCW_FLAG_CC 0x40
37 #define CCW_FLAG_SLI 0x20
38 #define CCW_FLAG_SKIP 0x10
39 #define CCW_FLAG_PCI 0x08
40 #define CCW_FLAG_IDA 0x04
41 #define CCW_FLAG_SUSPEND 0x02
43 #define CCW_CMD_READ_IPL 0x02
44 #define CCW_CMD_NOOP 0x03
45 #define CCW_CMD_BASIC_SENSE 0x04
46 #define CCW_CMD_TIC 0x08
47 #define CCW_CMD_STLCK 0x14
48 #define CCW_CMD_SENSE_PGID 0x34
49 #define CCW_CMD_SUSPEND_RECONN 0x5B
50 #define CCW_CMD_RDC 0x64
51 #define CCW_CMD_RELEASE 0x94
52 #define CCW_CMD_SET_PGID 0xAF
53 #define CCW_CMD_SENSE_ID 0xE4
54 #define CCW_CMD_DCTL 0xF3
56 #define SENSE_MAX_COUNT 0x20
242 #define CIW_TYPE_RCD 0x0
243 #define CIW_TYPE_SII 0x1
244 #define CIW_TYPE_RNI 0x2
249 #define DOIO_ALLOW_SUSPEND 0x0001
250 #define DOIO_DENY_PREFETCH 0x0002
251 #define DOIO_SUPPRESS_INTER 0x0004
254 #define CIO_GONE 0x0001
256 #define CIO_NO_PATH 0x0002
258 #define CIO_OPER 0x0004
260 #define CIO_REVALIDATE 0x0008
262 #define CIO_BOXED 0x0010
290 static inline int ccw_dev_id_is_equal(
struct ccw_dev_id *dev_id1,
293 if ((dev_id1->
ssid == dev_id2->
ssid) &&