Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dhpsa_cmd.h661 struct bmic_identify_physical_device { struct
662 u8 scsi_bus; /* SCSI Bus number on controller */
663 u8 scsi_id; /* SCSI ID on this bus */
664 __le16 block_size; /* sector size in bytes */
665 __le32 total_blocks; /* number for sectors on drive */
666 __le32 reserved_blocks; /* controller reserved (RIS) */
667 u8 model[40]; /* Physical Drive Model */
668 u8 serial_number[40]; /* Drive Serial Number */
669 u8 firmware_revision[8]; /* drive firmware revision */
670 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]