Lines Matching defs:aac_ciss_identify_pd
332 struct aac_ciss_identify_pd { struct
333 u8 scsi_bus; /* SCSI Bus number on controller */
334 u8 scsi_id; /* SCSI ID on this bus */
335 u16 block_size; /* sector size in bytes */
336 u32 total_blocks; /* number for sectors on drive */
337 u32 reserved_blocks; /* controller reserved (RIS) */
338 u8 model[40]; /* Physical Drive Model */
339 u8 serial_number[40]; /* Drive Serial Number */
340 u8 firmware_revision[8]; /* drive firmware revision */
341 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
342 u8 compaq_drive_stamp; /* 0 means drive not stamped */
343 u8 last_failure_reason;
345 u8 flags;
346 u8 more_flags;
347 u8 scsi_lun; /* SCSI LUN for phys drive */
348 u8 yet_more_flags;
349 u8 even_more_flags;
350 u32 spi_speed_rules; /* SPI Speed :Ultra disable diagnose */
351 u8 phys_connector[2]; /* connector number on controller */
352 u8 phys_box_on_bus; /* phys enclosure this drive resides */
353 u8 phys_bay_in_box; /* phys drv bay this drive resides */
354 u32 rpm; /* Drive rotational speed in rpm */
355 u8 device_type; /* type of drive */
356 u8 sata_version; /* only valid when drive_type is SATA */
357 u64 big_total_block_count;
358 u64 ris_starting_lba;
359 u32 ris_size;
360 u8 wwid[20];
361 u8 controller_phy_map[32];
362 u16 phy_count;
363 u8 phy_connected_dev_type[256];
364 u8 phy_to_drive_bay_num[256];
365 u16 phy_to_attached_dev_index[256];
366 u8 box_index;
367 u8 spitfire_support;
368 u16 extra_physical_drive_flags;
369 u8 negotiated_link_rate[256];
370 u8 phy_to_phy_map[256];
371 u8 redundant_path_present_map;
372 u8 redundant_path_failure_map;
373 u8 active_path_number;
374 u16 alternate_paths_phys_connector[8];
375 u8 alternate_paths_phys_box_on_port[8];
376 u8 multi_lun_device_lun_count;
377 u8 minimum_good_fw_revision[8];
378 u8 unique_inquiry_bytes[20];
379 u8 current_temperature_degreesC;
380 u8 temperature_threshold_degreesC;
381 u8 max_temperature_degreesC;
382 u8 logical_blocks_per_phys_block_exp; /* phyblocksize = 512 * 2^exp */
383 u16 current_queue_depth_limit;
384 u8 switch_name[10];
385 u16 switch_port;
386 u8 alternate_paths_switch_name[40];
387 u8 alternate_paths_switch_port[8];
388 u16 power_on_hours; /* valid only if gas gauge supported */
389 u16 percent_endurance_used; /* valid only if gas gauge supported. */
390 u8 drive_authentication;
391 u8 smart_carrier_authentication;
392 u8 smart_carrier_app_fw_version;
393 u8 smart_carrier_bootloader_fw_version;
394 u8 SanitizeSecureEraseSupport;
395 u8 DriveKeyFlags;
396 u8 encryption_key_name[64];
397 u32 misc_drive_flags;
398 u16 dek_index;
399 u16 drive_encryption_flags;
400 u8 sanitize_maximum_time[6];
401 u8 connector_info_mode;
402 u8 connector_info_number[4];
403 u8 long_connector_name[64];
404 u8 device_unique_identifier[16];
405 u8 padto_2K[17];