aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfa.h
diff options
context:
space:
mode:
authorKrishna Gudipati <kgudipat@brocade.com>2011-06-24 23:25:15 -0400
committerJames Bottomley <JBottomley@Parallels.com>2011-06-29 18:16:54 -0400
commit601380669baa2ba6427b821a14e5c91afb580dfc (patch)
tree61eb7c58f09a91161db9d28be195335bcf7cef7c /drivers/scsi/bfa/bfa.h
parentd7be54cc5c5f6f9cb9ac67462aadda57813698b8 (diff)
[SCSI] bfa: Extend BSG interface.
- Added support to collect driver/fw stats. - Added support to perform adapter/ioc enable, disable operations. Signed-off-by: Krishna Gudipati <kgudipat@brocade.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfa.h')
-rw-r--r--drivers/scsi/bfa/bfa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa.h b/drivers/scsi/bfa/bfa.h
index 67742dca675..c7cfc585c65 100644
--- a/drivers/scsi/bfa/bfa.h
+++ b/drivers/scsi/bfa/bfa.h
@@ -249,6 +249,7 @@ struct bfa_iocfc_s {
249 struct bfa_cb_qe_s init_hcb_qe; 249 struct bfa_cb_qe_s init_hcb_qe;
250 struct bfa_cb_qe_s stop_hcb_qe; 250 struct bfa_cb_qe_s stop_hcb_qe;
251 struct bfa_cb_qe_s dis_hcb_qe; 251 struct bfa_cb_qe_s dis_hcb_qe;
252 struct bfa_cb_qe_s en_hcb_qe;
252 struct bfa_cb_qe_s stats_hcb_qe; 253 struct bfa_cb_qe_s stats_hcb_qe;
253 bfa_boolean_t cfgdone; 254 bfa_boolean_t cfgdone;
254 255