Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa_cmd.h707 struct bmic_identify_physical_device { struct
708 u8 scsi_bus; /* SCSI Bus number on controller */
709 u8 scsi_id; /* SCSI ID on this bus */
710 __le16 block_size; /* sector size in bytes */
711 __le32 total_blocks; /* number for sectors on drive */
712 __le32 reserved_blocks; /* controller reserved (RIS) */
713 u8 model[40]; /* Physical Drive Model */
714 u8 serial_number[40]; /* Drive Serial Number */
715 u8 firmware_revision[8]; /* drive firmware revision */
716 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi.h1252 struct bmic_identify_physical_device { struct
1253 u8 scsi_bus; /* SCSI Bus number on controller */
1254 u8 scsi_id; /* SCSI ID on this bus */
1255 __le16 block_size; /* sector size in bytes */
1256 __le32 total_blocks; /* number for sectors on drive */
1257 __le32 reserved_blocks; /* controller reserved (RIS) */
1258 u8 model[40]; /* Physical Drive Model */
1259 u8 serial_number[40]; /* Drive Serial Number */
1260 u8 firmware_revision[8]; /* drive firmware revision */
1261 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]