Lines Matching defs:aac_ciss_identify_pd

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