Lines Matching defs:pqi_scsi_dev
800 struct pqi_scsi_dev { struct
801 int devtype; /* as reported by INQUIRY commmand */
802 u8 device_type; /* as reported by */
805 int bus;
806 int target;
807 int lun;
808 u8 scsi3addr[8];
809 __be64 wwid;
810 u8 volume_id[16];
811 u8 is_physical_device : 1;
812 u8 is_external_raid_device : 1;
813 u8 target_lun_valid : 1;
814 u8 device_gone : 1;
815 u8 new_device : 1;
816 u8 keep_device : 1;
817 u8 volume_offline : 1;
818 bool aio_enabled; /* only valid for physical disks */
819 bool in_reset;
820 bool device_offline;
821 u8 vendor[8]; /* bytes 8-15 of inquiry data */
822 u8 model[16]; /* bytes 16-31 of inquiry data */
823 u64 sas_address;
824 u8 raid_level;
825 u16 queue_depth; /* max. queue_depth for this device */
826 u16 advertised_queue_depth;
827 u32 aio_handle;
828 u8 volume_status;
829 u8 active_path_index;
830 u8 path_map;
831 u8 bay;
832 u8 box[8];
833 u16 phys_connector[8];
834 bool raid_bypass_configured; /* RAID bypass configured */
835 bool raid_bypass_enabled; /* RAID bypass enabled */
836 int offload_to_mirror; /* Send next RAID bypass request */
838 struct raid_map *raid_map; /* RAID bypass map */
840 struct pqi_sas_port *sas_port;
841 struct scsi_device *sdev;
843 struct list_head scsi_device_list_entry;
844 struct list_head new_device_list_entry;
845 struct list_head add_list_entry;
846 struct list_head delete_list_entry;
848 atomic_t scsi_cmds_outstanding;