diff options
author | Prakash, Sathya <sathya.prakash@lsi.com> | 2007-08-14 06:49:32 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:40:50 -0400 |
commit | eb5329f40c13923e84a847204b5c5d62954eaf05 (patch) | |
tree | 4a6c7ce6c5636d414a4e78c92d743dc45ed0604c /drivers/message/fusion/mptbase.h | |
parent | 56af97ae477cf8c2983edf86db2559d6394ca860 (diff) |
[SCSI] mpt fusion: Link speed change display support
When there is state change in FC links, a message is displayed with
old and new link speed.
signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Acked-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 04ef0a37a764..1197eba45bf5 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -698,6 +698,8 @@ typedef struct _MPT_ADAPTER | |||
698 | 698 | ||
699 | struct work_struct fc_setup_reset_work; | 699 | struct work_struct fc_setup_reset_work; |
700 | struct list_head fc_rports; | 700 | struct list_head fc_rports; |
701 | struct work_struct fc_lsc_work; | ||
702 | u8 fc_link_speed[2]; | ||
701 | spinlock_t fc_rescan_work_lock; | 703 | spinlock_t fc_rescan_work_lock; |
702 | struct work_struct fc_rescan_work; | 704 | struct work_struct fc_rescan_work; |
703 | char fc_rescan_work_q_name[KOBJ_NAME_LEN]; | 705 | char fc_rescan_work_q_name[KOBJ_NAME_LEN]; |