Lines Matching defs:bmic_identify_physical_device

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