Lines Matching defs:bmic_identify_physical_device

1519 struct bmic_identify_physical_device {  struct
1520 u8 scsi_bus; /* SCSI Bus number on controller */
1521 u8 scsi_id; /* SCSI ID on this bus */
1522 __le16 block_size; /* sector size in bytes */
1523 __le32 total_blocks; /* number for sectors on drive */
1524 __le32 reserved_blocks; /* controller reserved (RIS) */
1525 u8 model[40]; /* Physical Drive Model */
1526 u8 serial_number[40]; /* Drive Serial Number */
1527 u8 firmware_revision[8]; /* drive firmware revision */
1528 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
1529 u8 compaq_drive_stamp; /* 0 means drive not stamped */
1530 u8 last_failure_reason;
1531 u8 flags;
1532 u8 more_flags;
1533 u8 scsi_lun; /* SCSI LUN for phys drive */
1534 u8 yet_more_flags;
1535 u8 even_more_flags;
1536 __le32 spi_speed_rules;
1537 u8 phys_connector[2]; /* connector number on controller */
1538 u8 phys_box_on_bus; /* phys enclosure this drive resides */
1539 u8 phys_bay_in_box; /* phys drv bay this drive resides */
1540 __le32 rpm; /* drive rotational speed in RPM */
1541 u8 device_type; /* type of drive */
1542 u8 sata_version; /* only valid when device_type = */
1544 __le64 big_total_block_count;
1545 __le64 ris_starting_lba;
1546 __le32 ris_size;
1547 u8 wwid[20];
1548 u8 controller_phy_map[32];
1549 __le16 phy_count;
1550 u8 phy_connected_dev_type[256];
1551 u8 phy_to_drive_bay_num[256];
1552 __le16 phy_to_attached_dev_index[256];
1553 u8 box_index;
1554 u8 reserved;
1555 __le16 extra_physical_drive_flags;
1556 u8 negotiated_link_rate[256];
1557 u8 phy_to_phy_map[256];
1558 u8 redundant_path_present_map;
1559 u8 redundant_path_failure_map;
1560 u8 active_path_number;
1561 __le16 alternate_paths_phys_connector[8];
1562 u8 alternate_paths_phys_box_on_port[8];
1563 u8 multi_lun_device_lun_count;
1564 u8 minimum_good_fw_revision[8];
1565 u8 unique_inquiry_bytes[20];
1566 u8 current_temperature_degrees;
1567 u8 temperature_threshold_degrees;
1568 u8 max_temperature_degrees;
1569 u8 logical_blocks_per_phys_block_exp;
1570 __le16 current_queue_depth_limit;
1571 u8 switch_name[10];
1572 __le16 switch_port;
1573 u8 alternate_paths_switch_name[40];
1574 u8 alternate_paths_switch_port[8];
1575 __le16 power_on_hours;
1576 __le16 percent_endurance_used;
1577 u8 drive_authentication;
1578 u8 smart_carrier_authentication;
1579 u8 smart_carrier_app_fw_version;
1580 u8 smart_carrier_bootloader_fw_version;
1581 u8 sanitize_flags;
1582 u8 encryption_key_flags;
1583 u8 encryption_key_name[64];
1584 __le32 misc_drive_flags;
1585 __le16 dek_index;
1586 __le16 hba_drive_encryption_flags;
1587 __le16 max_overwrite_time;
1588 __le16 max_block_erase_time;
1589 __le16 max_crypto_erase_time;
1590 u8 connector_info[5];
1591 u8 connector_name[8][8];
1592 u8 page_83_identifier[16];
1593 u8 maximum_link_rate[256];
1594 u8 negotiated_physical_link_rate[256];
1595 u8 box_connector_name[8];
1596 u8 padding_to_multiple_of_512[9];