Lines Matching defs:bmic_identify_physical_device
1112 struct bmic_identify_physical_device { struct
1113 u8 scsi_bus; /* SCSI Bus number on controller */
1114 u8 scsi_id; /* SCSI ID on this bus */
1115 __le16 block_size; /* sector size in bytes */
1116 __le32 total_blocks; /* number for sectors on drive */
1117 __le32 reserved_blocks; /* controller reserved (RIS) */
1118 u8 model[40]; /* Physical Drive Model */
1119 u8 serial_number[40]; /* Drive Serial Number */
1120 u8 firmware_revision[8]; /* drive firmware revision */
1121 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
1122 u8 compaq_drive_stamp; /* 0 means drive not stamped */
1123 u8 last_failure_reason;
1124 u8 flags;
1125 u8 more_flags;
1126 u8 scsi_lun; /* SCSI LUN for phys drive */
1127 u8 yet_more_flags;
1128 u8 even_more_flags;
1129 __le32 spi_speed_rules;
1130 u8 phys_connector[2]; /* connector number on controller */
1131 u8 phys_box_on_bus; /* phys enclosure this drive resides */
1132 u8 phys_bay_in_box; /* phys drv bay this drive resides */
1133 __le32 rpm; /* drive rotational speed in RPM */
1134 u8 device_type; /* type of drive */
1135 u8 sata_version; /* only valid when device_type = */
1137 __le64 big_total_block_count;
1138 __le64 ris_starting_lba;
1139 __le32 ris_size;
1140 u8 wwid[20];
1141 u8 controller_phy_map[32];
1142 __le16 phy_count;
1143 u8 phy_connected_dev_type[256];
1144 u8 phy_to_drive_bay_num[256];
1145 __le16 phy_to_attached_dev_index[256];
1146 u8 box_index;
1147 u8 reserved;
1148 __le16 extra_physical_drive_flags;
1149 u8 negotiated_link_rate[256];
1150 u8 phy_to_phy_map[256];
1151 u8 redundant_path_present_map;
1152 u8 redundant_path_failure_map;
1153 u8 active_path_number;
1154 __le16 alternate_paths_phys_connector[8];
1155 u8 alternate_paths_phys_box_on_port[8];
1156 u8 multi_lun_device_lun_count;
1157 u8 minimum_good_fw_revision[8];
1158 u8 unique_inquiry_bytes[20];
1159 u8 current_temperature_degrees;
1160 u8 temperature_threshold_degrees;
1161 u8 max_temperature_degrees;
1162 u8 logical_blocks_per_phys_block_exp;
1163 __le16 current_queue_depth_limit;
1164 u8 switch_name[10];
1165 __le16 switch_port;
1166 u8 alternate_paths_switch_name[40];
1167 u8 alternate_paths_switch_port[8];
1168 __le16 power_on_hours;
1169 __le16 percent_endurance_used;
1170 u8 drive_authentication;
1171 u8 smart_carrier_authentication;
1172 u8 smart_carrier_app_fw_version;
1173 u8 smart_carrier_bootloader_fw_version;
1174 u8 sanitize_flags;
1175 u8 encryption_key_flags;
1176 u8 encryption_key_name[64];
1177 __le32 misc_drive_flags;
1178 __le16 dek_index;
1179 __le16 hba_drive_encryption_flags;
1180 __le16 max_overwrite_time;
1181 __le16 max_block_erase_time;
1182 __le16 max_crypto_erase_time;
1183 u8 connector_info[5];
1184 u8 connector_name[8][8];
1185 u8 page_83_identifier[16];
1186 u8 maximum_link_rate[256];
1187 u8 negotiated_physical_link_rate[256];
1188 u8 box_connector_name[8];
1189 u8 padding_to_multiple_of_512[9];