Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/scsi/smartpqi/
Dsmartpqi.h800 struct pqi_scsi_dev { struct
801 int devtype; /* as reported by INQUIRY commmand */
802 u8 device_type; /* as reported by */
805 int bus;
806 int target;
807 int lun;
808 u8 scsi3addr[8];
809 __be64 wwid;
810 u8 volume_id[16];
811 u8 is_physical_device : 1;
[all …]
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
Dsmartpqi.h911 struct pqi_scsi_dev { struct
912 int devtype; /* as reported by INQUIRY commmand */
913 u8 device_type; /* as reported by */
916 int bus;
917 int target;
918 int lun;
919 u8 scsi3addr[8];
920 __be64 wwid;
921 u8 volume_id[16];
922 u8 is_physical_device : 1;
[all …]