Searched defs:hpsa_scsi_dev_t (Results 1 – 1 of 1) sorted by relevance
59 struct hpsa_scsi_dev_t { struct60 unsigned int devtype;61 int bus, target, lun; /* as presented to the OS */62 unsigned char scsi3addr[8]; /* as presented to the HW */63 u8 physical_device : 1;64 u8 expose_device;66 unsigned char device_id[16]; /* from inquiry pg. 0x83 */67 u64 sas_address;68 unsigned char vendor[8]; /* bytes 8-15 of inquiry data */69 unsigned char model[16]; /* bytes 16-31 of inquiry data */[all …]