Home
last modified time | relevance | path

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

/freebsd/sys/dev/smartpqi/
H A Dsmartpqi_structures.h863 typedef struct pqi_scsi_device { struct
864 device_type_t devtype; /* as reported by INQUIRY command */
865 uint8_t device_type; /* as reported by
868 int bus;
869 int target;
870 int lun;
871 uint8_t flags;
872 uint8_t scsi3addr[8];
873 uint64_t wwid;
874 uint8_t is_physical_device : 1;
[all …]