Lines Matching defs:bmic_identify_physical_device

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