diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2012-09-21 17:27:14 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-07 11:26:53 +0100 |
commit | e6826c96ced7ea8161b2bae52686c99f6fbf8643 (patch) | |
tree | 9e95a4e581f2a854b2cfb88d3a6fc26a867d953f /drivers/scsi/bfa/bfi_ms.h | |
parent | 4a49b044487dd04e41019b0c8c2aeec3ab090029 (diff) | |
download | lwn-e6826c96ced7ea8161b2bae52686c99f6fbf8643.tar.gz lwn-e6826c96ced7ea8161b2bae52686c99f6fbf8643.zip |
[SCSI] bfa: Add support to read/update the FRU data.
- Add FRU sub-module to support FRU read/write/update.
- Add support to read/write from the temp FRU module.
[jejb: fix checkpatch issues]
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfi_ms.h')
-rw-r--r-- | drivers/scsi/bfa/bfi_ms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfi_ms.h b/drivers/scsi/bfa/bfi_ms.h index c89defc9bb92..5ae2c167b2c8 100644 --- a/drivers/scsi/bfa/bfi_ms.h +++ b/drivers/scsi/bfa/bfi_ms.h @@ -426,6 +426,7 @@ struct bfi_lps_login_req_s { u8 auth_en; u8 lps_role; u8 bb_scn; + u32 vvl_flag; }; struct bfi_lps_login_rsp_s { |