2 * Author(s)......: Holger Smolinski <Holger.Smolinski@de.ibm.com>
3 * Horst Hummel <Horst.Hummel@de.ibm.com>
4 * Bugreports.to..: <Linux390@de.ibm.com>
5 * Copyright IBM Corp. 1999, 2000
12 /*****************************************************************************
13 * SECTION: CCW Definitions
14 ****************************************************************************/
15 #define DASD_ECKD_CCW_WRITE 0x05
16 #define DASD_ECKD_CCW_READ 0x06
17 #define DASD_ECKD_CCW_WRITE_HOME_ADDRESS 0x09
18 #define DASD_ECKD_CCW_READ_HOME_ADDRESS 0x0a
19 #define DASD_ECKD_CCW_WRITE_KD 0x0d
20 #define DASD_ECKD_CCW_READ_KD 0x0e
21 #define DASD_ECKD_CCW_ERASE 0x11
22 #define DASD_ECKD_CCW_READ_COUNT 0x12
23 #define DASD_ECKD_CCW_SLCK 0x14
24 #define DASD_ECKD_CCW_WRITE_RECORD_ZERO 0x15
25 #define DASD_ECKD_CCW_READ_RECORD_ZERO 0x16
26 #define DASD_ECKD_CCW_WRITE_CKD 0x1d
27 #define DASD_ECKD_CCW_READ_CKD 0x1e
28 #define DASD_ECKD_CCW_PSF 0x27
29 #define DASD_ECKD_CCW_SNID 0x34
30 #define DASD_ECKD_CCW_RSSD 0x3e
31 #define DASD_ECKD_CCW_LOCATE_RECORD 0x47
32 #define DASD_ECKD_CCW_SNSS 0x54
33 #define DASD_ECKD_CCW_DEFINE_EXTENT 0x63
34 #define DASD_ECKD_CCW_WRITE_MT 0x85
35 #define DASD_ECKD_CCW_READ_MT 0x86
36 #define DASD_ECKD_CCW_WRITE_KD_MT 0x8d
37 #define DASD_ECKD_CCW_READ_KD_MT 0x8e
38 #define DASD_ECKD_CCW_READ_COUNT_MT 0x92
39 #define DASD_ECKD_CCW_RELEASE 0x94
40 #define DASD_ECKD_CCW_WRITE_FULL_TRACK 0x95
41 #define DASD_ECKD_CCW_READ_CKD_MT 0x9e
42 #define DASD_ECKD_CCW_WRITE_CKD_MT 0x9d
43 #define DASD_ECKD_CCW_WRITE_TRACK_DATA 0xA5
44 #define DASD_ECKD_CCW_READ_TRACK_DATA 0xA6
45 #define DASD_ECKD_CCW_RESERVE 0xB4
46 #define DASD_ECKD_CCW_READ_TRACK 0xDE
47 #define DASD_ECKD_CCW_PFX 0xE7
48 #define DASD_ECKD_CCW_PFX_READ 0xEA
49 #define DASD_ECKD_CCW_RSCK 0xF9
50 #define DASD_ECKD_CCW_RCD 0xFA
53 * Perform Subsystem Function / Sub-Orders
55 #define PSF_ORDER_PRSSD 0x18
56 #define PSF_ORDER_CUIR_RESPONSE 0x1A
57 #define PSF_SUBORDER_QHA 0x1C
58 #define PSF_ORDER_SSC 0x1D
61 * CUIR response condition codes
63 #define PSF_CUIR_INVALID 0x00
64 #define PSF_CUIR_COMPLETED 0x01
65 #define PSF_CUIR_NOT_SUPPORTED 0x02
66 #define PSF_CUIR_ERROR_IN_REQ 0x03
67 #define PSF_CUIR_DENIED 0x04
68 #define PSF_CUIR_LAST_PATH 0x05
69 #define PSF_CUIR_DEVICE_ONLINE 0x06
70 #define PSF_CUIR_VARY_FAILURE 0x07
71 #define PSF_CUIR_SOFTWARE_FAILURE 0x08
72 #define PSF_CUIR_NOT_RECOGNIZED 0x09
77 #define CUIR_QUIESCE 0x01
78 #define CUIR_RESUME 0x02
81 * attention message definitions
83 #define ATTENTION_LENGTH_CUIR 0x0e
84 #define ATTENTION_FORMAT_CUIR 0x01
86 #define DASD_ECKD_PG_GROUPED 0x10
89 * Size that is reportet for large volumes in the old 16-bit no_cyl field
91 #define LV_COMPAT_CYL 0xFFFE
94 #define FCX_MAX_DATA_FACTOR 65536
95 #define DASD_ECKD_RCD_DATA_SIZE 256
97 #define DASD_ECKD_PATH_THRHLD 256
98 #define DASD_ECKD_PATH_INTERVAL 300
100 /*****************************************************************************
101 * SECTION: Type Definitions
102 ****************************************************************************/
110 } __attribute__ ((packed
));
115 } __attribute__ ((packed
));
121 } __attribute__ ((packed
));
127 } __attribute__ ((packed
));
133 } __attribute__ ((packed
));
136 __u8 skip_control
[14];
138 __u8 physical_addr
[3];
140 struct ch_t track_addr
;
144 } __attribute__ ((packed
));
146 struct DE_eckd_data
{
148 unsigned char perm
:2; /* Permissions on this extent */
149 unsigned char reserved
:1;
150 unsigned char seek
:2; /* Seek control */
151 unsigned char auth
:2; /* Access authorization */
152 unsigned char pci
:1; /* PCI Fetch mode */
153 } __attribute__ ((packed
)) mask
;
155 unsigned char mode
:2; /* Architecture mode */
156 unsigned char ckd
:1; /* CKD Conversion */
157 unsigned char operation
:3; /* Operation mode */
158 unsigned char cfw
:1; /* Cache fast write */
159 unsigned char dfw
:1; /* DASD fast write */
160 } __attribute__ ((packed
)) attributes
;
161 __u16 blk_size
; /* Blocksize */
163 __u8 ga_additional
; /* Global Attributes Additional */
164 __u8 ga_extended
; /* Global Attributes Extended */
167 unsigned long long ep_sys_time
; /* Ext Parameter - System Time Stamp */
168 __u8 ep_format
; /* Extended Parameter format byte */
169 __u8 ep_prio
; /* Extended Parameter priority I/O byte */
170 __u8 ep_reserved1
; /* Extended Parameter Reserved */
171 __u8 ep_rec_per_track
; /* Number of records on a track */
172 __u8 ep_reserved
[4]; /* Extended Parameter Reserved */
173 } __attribute__ ((packed
));
175 struct LO_eckd_data
{
177 unsigned char orientation
:2;
178 unsigned char operation
:6;
179 } __attribute__ ((packed
)) operation
;
181 unsigned char last_bytes_used
:1;
182 unsigned char reserved
:6;
183 unsigned char read_count_suffix
:1;
184 } __attribute__ ((packed
)) auxiliary
;
187 struct ch_t seek_addr
;
188 struct chr_t search_arg
;
191 } __attribute__ ((packed
));
193 struct LRE_eckd_data
{
195 unsigned char orientation
:2;
196 unsigned char operation
:6;
197 } __attribute__ ((packed
)) operation
;
199 unsigned char length_valid
:1;
200 unsigned char length_scope
:1;
201 unsigned char imbedded_ccw_valid
:1;
202 unsigned char check_bytes
:2;
203 unsigned char imbedded_count_valid
:1;
204 unsigned char reserved
:1;
205 unsigned char read_count_suffix
:1;
206 } __attribute__ ((packed
)) auxiliary
;
209 struct ch_t seek_addr
;
210 struct chr_t search_arg
;
214 __u8 extended_operation
;
215 __u16 extended_parameter_length
;
216 __u8 extended_parameter
[0];
217 } __attribute__ ((packed
));
219 /* Prefix data for format 0x00 and 0x01 */
220 struct PFX_eckd_data
{
221 unsigned char format
;
223 unsigned char define_extent
:1;
224 unsigned char time_stamp
:1;
225 unsigned char verify_base
:1;
226 unsigned char hyper_pav
:1;
227 unsigned char reserved
:4;
228 } __attribute__ ((packed
)) validity
;
233 struct DE_eckd_data define_extent
;
234 struct LRE_eckd_data locate_record
;
235 } __attribute__ ((packed
));
237 struct dasd_eckd_characteristics
{
240 unsigned char support
:2;
241 unsigned char async
:1;
242 unsigned char reserved
:1;
243 unsigned char cache_info
:1;
244 unsigned char model
:3;
245 } __attribute__ ((packed
)) cu_model
;
249 unsigned char mult_burst
:1;
250 unsigned char RT_in_LR
:1;
251 unsigned char reserved1
:1;
252 unsigned char RD_IN_LR
:1;
253 unsigned char reserved2
:4;
254 unsigned char reserved3
:8;
255 unsigned char defect_wr
:1;
256 unsigned char XRC_supported
:1;
257 unsigned char reserved4
:1;
258 unsigned char striping
:1;
259 unsigned char reserved5
:4;
261 unsigned char reserved6
:2;
262 unsigned char cache
:1;
263 unsigned char dual_copy
:1;
265 unsigned char reset_alleg
:1;
266 unsigned char sense_down
:1;
267 } __attribute__ ((packed
)) facilities
;
273 __u8 byte_per_track
[3];
281 } __attribute__ ((packed
)) f_0x01
;
288 } __attribute__ ((packed
)) f_0x02
;
289 } __attribute__ ((packed
)) factors
;
309 } __attribute__ ((packed
));
311 /* elements of the configuration data */
321 } __attribute__ ((packed
)) flags
;
327 __u8 HDA_manufacturer
[3];
328 __u8 HDA_location
[2];
332 } __attribute__ ((packed
));
338 } __attribute__ ((packed
)) flags
;
341 __u8 res2
[4]; /* byte 4- 7 */
342 __u8 sua_flags
; /* byte 8 */
343 __u8 base_unit_addr
; /* byte 9 */
344 __u8 res3
[22]; /* byte 10-31 */
345 } __attribute__ ((packed
));
351 } __attribute__ ((packed
)) flags
;
354 __u8 res2
[4]; /* byte 4- 7 */
355 __u8 uit
[16]; /* byte 8-23 */
356 __u8 res3
[8]; /* byte 24-31 */
357 } __attribute__ ((packed
));
363 } __attribute__ ((packed
)) flags
;
364 __u8 record_selector
;
369 } __attribute__ ((packed
)) timeout
;
373 } __attribute__ ((packed
));
375 struct dasd_rssd_features
{
377 } __attribute__((packed
));
379 struct dasd_rssd_messages
{
388 struct dasd_cuir_message
{
396 __u8 record_selector
;
399 struct dasd_psf_cuir_response
{
412 struct dasd_ckd_path_group_entry
{
415 __u8 sysplex_name
[8];
421 struct dasd_ckd_host_information
{
428 struct dasd_psf_query_host_access
{
434 __u8 host_access_information
[16394];
438 * Perform Subsystem Function - Prepare for Read Subsystem Data
440 struct dasd_psf_prssd_data
{
443 unsigned char reserved1
;
444 unsigned char reserved2
;
446 unsigned char volume
;
447 unsigned char suborder
;
448 unsigned char varies
[5];
449 } __attribute__ ((packed
));
452 * Perform Subsystem Function - Set Subsystem Characteristics
454 struct dasd_psf_ssc_data
{
457 unsigned char cu_type
[4];
458 unsigned char suborder
;
459 unsigned char reserved
[59];
460 } __attribute__((packed
));
464 * some structures and definitions for alias handling
466 struct dasd_unit_address_configuration
{
471 } __attribute__((packed
));
474 #define MAX_DEVICES_PER_LCU 256
476 /* flags on the LCU */
477 #define NEED_UAC_UPDATE 0x01
478 #define UPDATE_PENDING 0x02
480 enum pavtype
{NO_PAV
, BASE_PAV
, HYPER_PAV
};
484 struct list_head serverlist
;
488 struct alias_server
{
489 struct list_head server
;
491 struct list_head lculist
;
494 struct summary_unit_check_work_data
{
496 struct dasd_device
*device
;
497 struct work_struct worker
;
500 struct read_uac_work_data
{
501 struct dasd_device
*device
;
502 struct delayed_work dwork
;
506 struct list_head lcu
;
511 struct list_head grouplist
;
512 struct list_head active_devices
;
513 struct list_head inactive_devices
;
514 struct dasd_unit_address_configuration
*uac
;
515 struct summary_unit_check_work_data suc_data
;
516 struct read_uac_work_data ruac_data
;
517 struct dasd_ccw_req
*rsu_cqr
;
518 struct completion lcu_setup
;
521 struct alias_pav_group
{
522 struct list_head group
;
524 struct alias_lcu
*lcu
;
525 struct list_head baselist
;
526 struct list_head aliaslist
;
527 struct dasd_device
*next
;
530 struct dasd_conf_data
{
531 struct dasd_ned neds
[5];
533 struct dasd_gneq gneq
;
536 struct dasd_eckd_private
{
537 struct dasd_eckd_characteristics rdc_data
;
541 /* pointers to specific parts in the conf_data */
542 struct dasd_ned
*ned
;
543 struct dasd_sneq
*sneq
;
544 struct vd_sneq
*vdsneq
;
545 struct dasd_gneq
*gneq
;
547 struct eckd_count count_area
[5];
550 struct attrib_data_t attrib
; /* e.g. cache operations */
551 struct dasd_rssd_features features
;
554 /* alias managemnet */
556 struct alias_pav_group
*pavgroup
;
557 struct alias_lcu
*lcu
;
566 int dasd_alias_make_device_known_to_lcu(struct dasd_device
*);
567 void dasd_alias_disconnect_device_from_lcu(struct dasd_device
*);
568 int dasd_alias_add_device(struct dasd_device
*);
569 int dasd_alias_remove_device(struct dasd_device
*);
570 struct dasd_device
*dasd_alias_get_start_dev(struct dasd_device
*);
571 void dasd_alias_handle_summary_unit_check(struct work_struct
*);
572 void dasd_eckd_reset_ccw_to_base_io(struct dasd_ccw_req
*);
573 void dasd_alias_lcu_setup_complete(struct dasd_device
*);
574 void dasd_alias_wait_for_lcu_setup(struct dasd_device
*);
575 int dasd_alias_update_add_device(struct dasd_device
*);
576 #endif /* DASD_ECKD_H */