Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa.h61 struct hpsa_scsi_dev_t { struct
62 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 */
69 unsigned char device_id[16]; /* from inquiry pg. 0x83 */
70 u64 sas_address;
71 u64 eli; /* from report diags. */
[all …]