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