aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfa_ioc.h
diff options
context:
space:
mode:
authorJing Huang <huangj@brocade.com>2010-07-08 22:45:56 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-07-27 13:04:04 -0400
commited96932470e4ca3aab29518a748dc1162853b456 (patch)
tree7585615e2cd952edbbd7c1bec1e414c699656ff3 /drivers/scsi/bfa/bfa_ioc.h
parent293f82d59ed8b6d61d242e40ee7a6a146fae5eaa (diff)
[SCSI] bfa: enable basic PBC support
The patch includes the driver side changes to enable basic PBC (PreBoot Configuration) feature. - Data structure changes and new definitions for PBC. - APIs to access PBC info. - Remove unused code. 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.h')
-rw-r--r--drivers/scsi/bfa/bfa_ioc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/bfa/bfa_ioc.h b/drivers/scsi/bfa/bfa_ioc.h
index 2fbb6b2efc7d..df15eccd760f 100644
--- a/drivers/scsi/bfa/bfa_ioc.h
+++ b/drivers/scsi/bfa/bfa_ioc.h
@@ -303,7 +303,6 @@ bfa_boolean_t bfa_ioc_fwver_cmp(struct bfa_ioc_s *ioc,
303 */ 303 */
304wwn_t bfa_ioc_get_pwwn(struct bfa_ioc_s *ioc); 304wwn_t bfa_ioc_get_pwwn(struct bfa_ioc_s *ioc);
305wwn_t bfa_ioc_get_nwwn(struct bfa_ioc_s *ioc); 305wwn_t bfa_ioc_get_nwwn(struct bfa_ioc_s *ioc);
306wwn_t bfa_ioc_get_wwn_naa5(struct bfa_ioc_s *ioc, u16 inst);
307mac_t bfa_ioc_get_mac(struct bfa_ioc_s *ioc); 306mac_t bfa_ioc_get_mac(struct bfa_ioc_s *ioc);
308u64 bfa_ioc_get_adid(struct bfa_ioc_s *ioc); 307u64 bfa_ioc_get_adid(struct bfa_ioc_s *ioc);
309 308