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