diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2011-07-20 20:02:11 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-07-27 06:48:52 -0400 |
commit | 37ea0558b87abb151245bc750070a4dcda490aca (patch) | |
tree | 352d00d22b8f9c91ace2dc8d72dc465deb6ffa7b /drivers/scsi/bfa/bfa_ioc.h | |
parent | 42a8e6e298f39518445785c53a16357267db37ef (diff) |
[SCSI] bfa: Added support to collect and reset fcport stats
- Added support to collect and reset fcport stats.
- Modified design to allow multiple requests for fcport stats.
- fcport will remember the stats request in its stats_pending
queue and service each of the queued requests after receiving
a firmware response for the prior request.
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfa_ioc.h')
-rw-r--r-- | drivers/scsi/bfa/bfa_ioc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa_ioc.h b/drivers/scsi/bfa/bfa_ioc.h index 28bf6e18f33e..a7463c955117 100644 --- a/drivers/scsi/bfa/bfa_ioc.h +++ b/drivers/scsi/bfa/bfa_ioc.h | |||
@@ -367,6 +367,8 @@ struct bfa_cb_qe_s { | |||
367 | struct list_head qe; | 367 | struct list_head qe; |
368 | bfa_cb_cbfn_t cbfn; | 368 | bfa_cb_cbfn_t cbfn; |
369 | bfa_boolean_t once; | 369 | bfa_boolean_t once; |
370 | bfa_boolean_t pre_rmv; /* set for stack based qe(s) */ | ||
371 | bfa_status_t fw_status; /* to access fw status in comp proc */ | ||
370 | void *cbarg; | 372 | void *cbarg; |
371 | }; | 373 | }; |
372 | 374 | ||