Home
last modified time | relevance | path

Searched defs:bmic_identify_physical_device (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/scsi/
Dhpsa_cmd.h721 struct bmic_identify_physical_device { struct
722 u8 scsi_bus; /* SCSI Bus number on controller */
723 u8 scsi_id; /* SCSI ID on this bus */
724 __le16 block_size; /* sector size in bytes */
725 __le32 total_blocks; /* number for sectors on drive */
726 __le32 reserved_blocks; /* controller reserved (RIS) */
727 u8 model[40]; /* Physical Drive Model */
728 u8 serial_number[40]; /* Drive Serial Number */
729 u8 firmware_revision[8]; /* drive firmware revision */
730 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]
/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi.h1494 struct bmic_identify_physical_device { struct
1495 u8 scsi_bus; /* SCSI Bus number on controller */
1496 u8 scsi_id; /* SCSI ID on this bus */
1497 __le16 block_size; /* sector size in bytes */
1498 __le32 total_blocks; /* number for sectors on drive */
1499 __le32 reserved_blocks; /* controller reserved (RIS) */
1500 u8 model[40]; /* Physical Drive Model */
1501 u8 serial_number[40]; /* Drive Serial Number */
1502 u8 firmware_revision[8]; /* drive firmware revision */
1503 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]