diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /drivers/scsi/bfa/include/protocol/ct.h | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'drivers/scsi/bfa/include/protocol/ct.h')
-rw-r--r-- | drivers/scsi/bfa/include/protocol/ct.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/scsi/bfa/include/protocol/ct.h b/drivers/scsi/bfa/include/protocol/ct.h index c59d6630b070..b82540a230c4 100644 --- a/drivers/scsi/bfa/include/protocol/ct.h +++ b/drivers/scsi/bfa/include/protocol/ct.h | |||
@@ -82,7 +82,7 @@ enum { | |||
82 | }; | 82 | }; |
83 | 83 | ||
84 | /* | 84 | /* |
85 | * defintions for CT reason code | 85 | * definitions for CT reason code |
86 | */ | 86 | */ |
87 | enum { | 87 | enum { |
88 | CT_RSN_INV_CMD = 0x01, | 88 | CT_RSN_INV_CMD = 0x01, |
@@ -129,7 +129,7 @@ enum { | |||
129 | }; | 129 | }; |
130 | 130 | ||
131 | /* | 131 | /* |
132 | * defintions for the explanation code for all servers | 132 | * definitions for the explanation code for all servers |
133 | */ | 133 | */ |
134 | enum { | 134 | enum { |
135 | CT_EXP_AUTH_EXCEPTION = 0xF1, | 135 | CT_EXP_AUTH_EXCEPTION = 0xF1, |
@@ -193,11 +193,11 @@ struct fcgs_rftid_req_s { | |||
193 | #define FC_GS_FCP_FC4_FEATURE_TARGET 0x01 | 193 | #define FC_GS_FCP_FC4_FEATURE_TARGET 0x01 |
194 | 194 | ||
195 | struct fcgs_rffid_req_s{ | 195 | struct fcgs_rffid_req_s{ |
196 | u32 rsvd :8; | 196 | u32 rsvd:8; |
197 | u32 dap :24; /* port identifier */ | 197 | u32 dap:24; /* port identifier */ |
198 | u32 rsvd1 :16; | 198 | u32 rsvd1:16; |
199 | u32 fc4ftr_bits :8; /* fc4 feature bits */ | 199 | u32 fc4ftr_bits:8; /* fc4 feature bits */ |
200 | u32 fc4_type :8; /* corresponding FC4 Type */ | 200 | u32 fc4_type:8; /* corresponding FC4 Type */ |
201 | }; | 201 | }; |
202 | 202 | ||
203 | /** | 203 | /** |