diff options
author | Jing Huang <huangj@brocade.com> | 2010-07-08 22:53:40 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:04:14 -0400 |
commit | 9aeb6802ddc06b66fc1a58a882fa54bba37040b3 (patch) | |
tree | 656e679428f8b82a1a570624932b5ad36904c30e /drivers/scsi/bfa/bfa_ioc.c | |
parent | 3e98cc013fc4902df5f9d9defe1856df0f0cb657 (diff) |
[SCSI] bfa: update to support firmware configuation
Update related data structures to support firmeare configuration.
Add AEN events related to firmware configuation.
Signed-off-by: Jing Huang <huangj@brocade.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/bfa/bfa_ioc.c')
-rw-r--r-- | drivers/scsi/bfa/bfa_ioc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/scsi/bfa/bfa_ioc.c b/drivers/scsi/bfa/bfa_ioc.c index 1600f747eb6c..c4922fb995d5 100644 --- a/drivers/scsi/bfa/bfa_ioc.c +++ b/drivers/scsi/bfa/bfa_ioc.c | |||
@@ -71,8 +71,6 @@ bfa_boolean_t bfa_auto_recover = BFA_TRUE; | |||
71 | /* | 71 | /* |
72 | * forward declarations | 72 | * forward declarations |
73 | */ | 73 | */ |
74 | static void bfa_ioc_aen_post(struct bfa_ioc_s *bfa, | ||
75 | enum bfa_ioc_aen_event event); | ||
76 | static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc); | 74 | static void bfa_ioc_hw_sem_get(struct bfa_ioc_s *ioc); |
77 | static void bfa_ioc_hw_sem_get_cancel(struct bfa_ioc_s *ioc); | 75 | static void bfa_ioc_hw_sem_get_cancel(struct bfa_ioc_s *ioc); |
78 | static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force); | 76 | static void bfa_ioc_hwinit(struct bfa_ioc_s *ioc, bfa_boolean_t force); |
@@ -1902,7 +1900,7 @@ bfa_ioc_get_fcmode(struct bfa_ioc_s *ioc) | |||
1902 | /** | 1900 | /** |
1903 | * Send AEN notification | 1901 | * Send AEN notification |
1904 | */ | 1902 | */ |
1905 | static void | 1903 | void |
1906 | bfa_ioc_aen_post(struct bfa_ioc_s *ioc, enum bfa_ioc_aen_event event) | 1904 | bfa_ioc_aen_post(struct bfa_ioc_s *ioc, enum bfa_ioc_aen_event event) |
1907 | { | 1905 | { |
1908 | union bfa_aen_data_u aen_data; | 1906 | union bfa_aen_data_u aen_data; |
@@ -2052,7 +2050,7 @@ bfa_ioc_recover(struct bfa_ioc_s *ioc) | |||
2052 | 2050 | ||
2053 | #else | 2051 | #else |
2054 | 2052 | ||
2055 | static void | 2053 | void |
2056 | bfa_ioc_aen_post(struct bfa_ioc_s *ioc, enum bfa_ioc_aen_event event) | 2054 | bfa_ioc_aen_post(struct bfa_ioc_s *ioc, enum bfa_ioc_aen_event event) |
2057 | { | 2055 | { |
2058 | } | 2056 | } |