Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa_cmd.h706 struct bmic_identify_physical_device { struct
707 u8 scsi_bus; /* SCSI Bus number on controller */
708 u8 scsi_id; /* SCSI ID on this bus */
709 __le16 block_size; /* sector size in bytes */
710 __le32 total_blocks; /* number for sectors on drive */
711 __le32 reserved_blocks; /* controller reserved (RIS) */
712 u8 model[40]; /* Physical Drive Model */
713 u8 serial_number[40]; /* Drive Serial Number */
714 u8 firmware_revision[8]; /* drive firmware revision */
715 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]
/Linux-v4.19/drivers/scsi/smartpqi/
Dsmartpqi.h1112 struct bmic_identify_physical_device { struct
1113 u8 scsi_bus; /* SCSI Bus number on controller */
1114 u8 scsi_id; /* SCSI ID on this bus */
1115 __le16 block_size; /* sector size in bytes */
1116 __le32 total_blocks; /* number for sectors on drive */
1117 __le32 reserved_blocks; /* controller reserved (RIS) */
1118 u8 model[40]; /* Physical Drive Model */
1119 u8 serial_number[40]; /* Drive Serial Number */
1120 u8 firmware_revision[8]; /* drive firmware revision */
1121 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]