Lines Matching defs:aac_ciss_identify_pd

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