Lines Matching defs:bmic_identify_physical_device

661 struct bmic_identify_physical_device {  struct
662 u8 scsi_bus; /* SCSI Bus number on controller */
663 u8 scsi_id; /* SCSI ID on this bus */
664 __le16 block_size; /* sector size in bytes */
665 __le32 total_blocks; /* number for sectors on drive */
666 __le32 reserved_blocks; /* controller reserved (RIS) */
667 u8 model[40]; /* Physical Drive Model */
668 u8 serial_number[40]; /* Drive Serial Number */
669 u8 firmware_revision[8]; /* drive firmware revision */
670 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
671 u8 compaq_drive_stamp; /* 0 means drive not stamped */
672 u8 last_failure_reason;
727 u8 flags;
728 u8 more_flags;
729 u8 scsi_lun; /* SCSI LUN for phys drive */
730 u8 yet_more_flags;
731 u8 even_more_flags;
732 __le32 spi_speed_rules;/* SPI Speed data:Ultra disable diagnose */
733 u8 phys_connector[2]; /* connector number on controller */
734 u8 phys_box_on_bus; /* phys enclosure this drive resides */
735 u8 phys_bay_in_box; /* phys drv bay this drive resides */
736 __le32 rpm; /* Drive rotational speed in rpm */
737 u8 device_type; /* type of drive */
738 u8 sata_version; /* only valid when drive_type is SATA */
739 __le64 big_total_block_count;
740 __le64 ris_starting_lba;
741 __le32 ris_size;
742 u8 wwid[20];
743 u8 controller_phy_map[32];
744 __le16 phy_count;
745 u8 phy_connected_dev_type[256];
746 u8 phy_to_drive_bay_num[256];
747 __le16 phy_to_attached_dev_index[256];
748 u8 box_index;
749 u8 reserved;
750 __le16 extra_physical_drive_flags;
753 u8 negotiated_link_rate[256];
754 u8 phy_to_phy_map[256];
755 u8 redundant_path_present_map;
756 u8 redundant_path_failure_map;
757 u8 active_path_number;
758 __le16 alternate_paths_phys_connector[8];
759 u8 alternate_paths_phys_box_on_port[8];
760 u8 multi_lun_device_lun_count;
761 u8 minimum_good_fw_revision[8];
762 u8 unique_inquiry_bytes[20];
763 u8 current_temperature_degreesC;
764 u8 temperature_threshold_degreesC;
765 u8 max_temperature_degreesC;
766 u8 logical_blocks_per_phys_block_exp; /* phyblocksize = 512*2^exp */
767 __le16 current_queue_depth_limit;
768 u8 switch_name[10];
769 __le16 switch_port;
770 u8 alternate_paths_switch_name[40];
771 u8 alternate_paths_switch_port[8];
772 __le16 power_on_hours; /* valid only if gas gauge supported */
773 __le16 percent_endurance_used; /* valid only if gas gauge supported. */
777 u8 drive_authentication;
780 u8 smart_carrier_authentication;
785 u8 smart_carrier_app_fw_version;
786 u8 smart_carrier_bootloader_fw_version;
787 u8 encryption_key_name[64];
788 __le32 misc_drive_flags;
789 __le16 dek_index;
790 u8 padding[112];