diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-05-29 07:25:09 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-06-09 18:44:39 -0400 |
commit | 57e985136bfafdfcd72c4c7d91115955d225677e (patch) | |
tree | 8b09842b7bfcc3b451f507d294ebe9626b2df81d /drivers/message/fusion/mptsas.h | |
parent | a7938b0bb3b458fe0723608be3db6c4ed8d79a8c (diff) |
[SCSI] mpt fusion: Queue full event handling
FW will report Queue full event to Driver and driver will handle this queue
full event to SCSI Mid layer.
Signed-off-by: Kashyap Desai <kadesai@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/message/fusion/mptsas.h')
-rw-r--r-- | drivers/message/fusion/mptsas.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptsas.h b/drivers/message/fusion/mptsas.h index 57258b60369e..953c2bfcf6aa 100644 --- a/drivers/message/fusion/mptsas.h +++ b/drivers/message/fusion/mptsas.h | |||
@@ -83,6 +83,12 @@ struct mptsas_device_info { | |||
83 | u16 slot; /* enclosure slot id */ | 83 | u16 slot; /* enclosure slot id */ |
84 | u64 enclosure_logical_id; /*enclosure address */ | 84 | u64 enclosure_logical_id; /*enclosure address */ |
85 | u8 is_logical_volume; /* is this logical volume */ | 85 | u8 is_logical_volume; /* is this logical volume */ |
86 | /* this belongs to volume */ | ||
87 | u8 is_hidden_raid_component; | ||
88 | /* this valid when is_hidden_raid_component set */ | ||
89 | u8 volume_id; | ||
90 | /* cached data for a removed device */ | ||
91 | u8 is_cached; | ||
86 | }; | 92 | }; |
87 | 93 | ||
88 | struct mptsas_hotplug_event { | 94 | struct mptsas_hotplug_event { |