Lines Matching defs:hpsa_scsi_dev_t
59 struct hpsa_scsi_dev_t { struct
60 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 */
70 unsigned char raid_level; /* from inquiry page 0xC1 */
71 unsigned char volume_offline; /* discovered via TUR or VPD */
72 u16 queue_depth; /* max queue_depth for this device */
73 atomic_t reset_cmds_out; /* Count of commands to-be affected */
74 atomic_t ioaccel_cmds_out; /* Only used for physical devices
101 struct hpsa_scsi_dev_t *phys_disk[RAID_MAP_MAX_ENTRIES]; argument
102 int nphysical_disks;
103 int supports_aborts;
104 struct hpsa_sas_port *sas_port;
105 int external; /* 1-from external array 0-not <0-unknown */