[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>
This commit is contained in:

committed by
James Bottomley

parent
a7938b0bb3
commit
57e985136b
@@ -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 {
|
||||
|
Reference in New Issue
Block a user