Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhpsa_cmd.h700 struct bmic_identify_physical_device { struct
701 u8 scsi_bus; /* SCSI Bus number on controller */
702 u8 scsi_id; /* SCSI ID on this bus */
703 __le16 block_size; /* sector size in bytes */
704 __le32 total_blocks; /* number for sectors on drive */
705 __le32 reserved_blocks; /* controller reserved (RIS) */
706 u8 model[40]; /* Physical Drive Model */
707 u8 serial_number[40]; /* Drive Serial Number */
708 u8 firmware_revision[8]; /* drive firmware revision */
709 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]