Searched defs:hpsa_scsi_dev_t (Results 1 – 1 of 1) sorted by relevance
61 struct hpsa_scsi_dev_t { struct62 unsigned int devtype;63 int bus, target, lun; /* as presented to the OS */64 unsigned char scsi3addr[8]; /* as presented to the HW */65 u8 physical_device : 1;66 u8 expose_device;67 u8 removed : 1; /* device is marked for death */68 u8 was_removed : 1; /* device actually removed */70 unsigned char device_id[16]; /* from inquiry pg. 0x83 */71 u64 sas_address;[all …]