Lines Matching defs:bmic_identify_physical_device
1252 struct bmic_identify_physical_device { struct
1253 u8 scsi_bus; /* SCSI Bus number on controller */
1254 u8 scsi_id; /* SCSI ID on this bus */
1255 __le16 block_size; /* sector size in bytes */
1256 __le32 total_blocks; /* number for sectors on drive */
1257 __le32 reserved_blocks; /* controller reserved (RIS) */
1258 u8 model[40]; /* Physical Drive Model */
1259 u8 serial_number[40]; /* Drive Serial Number */
1260 u8 firmware_revision[8]; /* drive firmware revision */
1261 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
1262 u8 compaq_drive_stamp; /* 0 means drive not stamped */
1263 u8 last_failure_reason;
1264 u8 flags;
1265 u8 more_flags;
1266 u8 scsi_lun; /* SCSI LUN for phys drive */
1267 u8 yet_more_flags;
1268 u8 even_more_flags;
1269 __le32 spi_speed_rules;
1270 u8 phys_connector[2]; /* connector number on controller */
1271 u8 phys_box_on_bus; /* phys enclosure this drive resides */
1272 u8 phys_bay_in_box; /* phys drv bay this drive resides */
1273 __le32 rpm; /* drive rotational speed in RPM */
1274 u8 device_type; /* type of drive */
1275 u8 sata_version; /* only valid when device_type = */
1277 __le64 big_total_block_count;
1278 __le64 ris_starting_lba;
1279 __le32 ris_size;
1280 u8 wwid[20];
1281 u8 controller_phy_map[32];
1282 __le16 phy_count;
1283 u8 phy_connected_dev_type[256];
1284 u8 phy_to_drive_bay_num[256];
1285 __le16 phy_to_attached_dev_index[256];
1286 u8 box_index;
1287 u8 reserved;
1288 __le16 extra_physical_drive_flags;
1289 u8 negotiated_link_rate[256];
1290 u8 phy_to_phy_map[256];
1291 u8 redundant_path_present_map;
1292 u8 redundant_path_failure_map;
1293 u8 active_path_number;
1294 __le16 alternate_paths_phys_connector[8];
1295 u8 alternate_paths_phys_box_on_port[8];
1296 u8 multi_lun_device_lun_count;
1297 u8 minimum_good_fw_revision[8];
1298 u8 unique_inquiry_bytes[20];
1299 u8 current_temperature_degrees;
1300 u8 temperature_threshold_degrees;
1301 u8 max_temperature_degrees;
1302 u8 logical_blocks_per_phys_block_exp;
1303 __le16 current_queue_depth_limit;
1304 u8 switch_name[10];
1305 __le16 switch_port;
1306 u8 alternate_paths_switch_name[40];
1307 u8 alternate_paths_switch_port[8];
1308 __le16 power_on_hours;
1309 __le16 percent_endurance_used;
1310 u8 drive_authentication;
1311 u8 smart_carrier_authentication;
1312 u8 smart_carrier_app_fw_version;
1313 u8 smart_carrier_bootloader_fw_version;
1314 u8 sanitize_flags;
1315 u8 encryption_key_flags;
1316 u8 encryption_key_name[64];
1317 __le32 misc_drive_flags;
1318 __le16 dek_index;
1319 __le16 hba_drive_encryption_flags;
1320 __le16 max_overwrite_time;
1321 __le16 max_block_erase_time;
1322 __le16 max_crypto_erase_time;
1323 u8 connector_info[5];
1324 u8 connector_name[8][8];
1325 u8 page_83_identifier[16];
1326 u8 maximum_link_rate[256];
1327 u8 negotiated_physical_link_rate[256];
1328 u8 box_connector_name[8];
1329 u8 padding_to_multiple_of_512[9];