Lines Matching defs:bmic_identify_physical_device

700 struct bmic_identify_physical_device {  struct
701 u8 scsi_bus; /* SCSI Bus number on controller */
702 u8 scsi_id; /* SCSI ID on this bus */
703 __le16 block_size; /* sector size in bytes */
704 __le32 total_blocks; /* number for sectors on drive */
705 __le32 reserved_blocks; /* controller reserved (RIS) */
706 u8 model[40]; /* Physical Drive Model */
707 u8 serial_number[40]; /* Drive Serial Number */
708 u8 firmware_revision[8]; /* drive firmware revision */
709 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
710 u8 compaq_drive_stamp; /* 0 means drive not stamped */
711 u8 last_failure_reason;
766 u8 flags;
767 u8 more_flags;
768 u8 scsi_lun; /* SCSI LUN for phys drive */
769 u8 yet_more_flags;
770 u8 even_more_flags;
771 __le32 spi_speed_rules;/* SPI Speed data:Ultra disable diagnose */
772 u8 phys_connector[2]; /* connector number on controller */
773 u8 phys_box_on_bus; /* phys enclosure this drive resides */
774 u8 phys_bay_in_box; /* phys drv bay this drive resides */
775 __le32 rpm; /* Drive rotational speed in rpm */
776 u8 device_type; /* type of drive */
777 u8 sata_version; /* only valid when drive_type is SATA */
778 __le64 big_total_block_count;
779 __le64 ris_starting_lba;
780 __le32 ris_size;
781 u8 wwid[20];
782 u8 controller_phy_map[32];
783 __le16 phy_count;
784 u8 phy_connected_dev_type[256];
785 u8 phy_to_drive_bay_num[256];
786 __le16 phy_to_attached_dev_index[256];
787 u8 box_index;
788 u8 reserved;
789 __le16 extra_physical_drive_flags;
792 u8 negotiated_link_rate[256];
793 u8 phy_to_phy_map[256];
794 u8 redundant_path_present_map;
795 u8 redundant_path_failure_map;
796 u8 active_path_number;
797 __le16 alternate_paths_phys_connector[8];
798 u8 alternate_paths_phys_box_on_port[8];
799 u8 multi_lun_device_lun_count;
800 u8 minimum_good_fw_revision[8];
801 u8 unique_inquiry_bytes[20];
802 u8 current_temperature_degreesC;
803 u8 temperature_threshold_degreesC;
804 u8 max_temperature_degreesC;
805 u8 logical_blocks_per_phys_block_exp; /* phyblocksize = 512*2^exp */
806 __le16 current_queue_depth_limit;
807 u8 switch_name[10];
808 __le16 switch_port;
809 u8 alternate_paths_switch_name[40];
810 u8 alternate_paths_switch_port[8];
811 __le16 power_on_hours; /* valid only if gas gauge supported */
812 __le16 percent_endurance_used; /* valid only if gas gauge supported. */
816 u8 drive_authentication;
819 u8 smart_carrier_authentication;
824 u8 smart_carrier_app_fw_version;
825 u8 smart_carrier_bootloader_fw_version;
826 u8 encryption_key_name[64];
827 __le32 misc_drive_flags;
828 __le16 dek_index;
829 u8 padding[112];