Searched defs:pqi_scsi_device (Results 1 – 1 of 1) sorted by relevance
863 typedef struct pqi_scsi_device { struct864 device_type_t devtype; /* as reported by INQUIRY command */865 uint8_t device_type; /* as reported by868 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 …]