[SCSI] mpt fusion: Queue full event handling
[pandora-kernel.git] / drivers / message / fusion / mptsas.h
index 57258b6..953c2bf 100644 (file)
@@ -83,6 +83,12 @@ struct mptsas_device_info {
        u16                     slot;           /* enclosure slot id */
        u64                     enclosure_logical_id; /*enclosure address */
        u8                      is_logical_volume; /* is this logical volume */
+       /* this belongs to volume */
+       u8                      is_hidden_raid_component;
+       /* this valid when is_hidden_raid_component set */
+       u8                      volume_id;
+       /* cached data for a removed device */
+       u8                      is_cached;
 };
 
 struct mptsas_hotplug_event {