Home
last modified time | relevance | path

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

/linux-5.10/drivers/scsi/
Dhpsa_cmd.h708 struct bmic_identify_physical_device { struct
709 u8 scsi_bus; /* SCSI Bus number on controller */
710 u8 scsi_id; /* SCSI ID on this bus */
711 __le16 block_size; /* sector size in bytes */
712 __le32 total_blocks; /* number for sectors on drive */
713 __le32 reserved_blocks; /* controller reserved (RIS) */
714 u8 model[40]; /* Physical Drive Model */
715 u8 serial_number[40]; /* Drive Serial Number */
716 u8 firmware_revision[8]; /* drive firmware revision */
717 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]
/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi.h1264 struct bmic_identify_physical_device { struct
1265 u8 scsi_bus; /* SCSI Bus number on controller */
1266 u8 scsi_id; /* SCSI ID on this bus */
1267 __le16 block_size; /* sector size in bytes */
1268 __le32 total_blocks; /* number for sectors on drive */
1269 __le32 reserved_blocks; /* controller reserved (RIS) */
1270 u8 model[40]; /* Physical Drive Model */
1271 u8 serial_number[40]; /* Drive Serial Number */
1272 u8 firmware_revision[8]; /* drive firmware revision */
1273 u8 scsi_inquiry_bits; /* inquiry byte 7 bits */
[all …]