diff options
Diffstat (limited to 'drivers/scsi/bfa/bfa_defs.h')
-rw-r--r-- | drivers/scsi/bfa/bfa_defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfa_defs.h b/drivers/scsi/bfa/bfa_defs.h index 75b9d91d1f94..7b3d235d20b4 100644 --- a/drivers/scsi/bfa/bfa_defs.h +++ b/drivers/scsi/bfa/bfa_defs.h | |||
@@ -175,11 +175,15 @@ enum bfa_status { | |||
175 | BFA_STATUS_IOPROFILE_OFF = 175, /* IO profile OFF */ | 175 | BFA_STATUS_IOPROFILE_OFF = 175, /* IO profile OFF */ |
176 | BFA_STATUS_PHY_NOT_PRESENT = 183, /* PHY module not present */ | 176 | BFA_STATUS_PHY_NOT_PRESENT = 183, /* PHY module not present */ |
177 | BFA_STATUS_FEATURE_NOT_SUPPORTED = 192, /* Feature not supported */ | 177 | BFA_STATUS_FEATURE_NOT_SUPPORTED = 192, /* Feature not supported */ |
178 | BFA_STATUS_ENTRY_EXISTS = 193, /* Entry already exists */ | ||
179 | BFA_STATUS_ENTRY_NOT_EXISTS = 194, /* Entry does not exist */ | ||
180 | BFA_STATUS_NO_CHANGE = 195, /* Feature already in that state */ | ||
178 | BFA_STATUS_FAA_ENABLED = 197, /* FAA is already enabled */ | 181 | BFA_STATUS_FAA_ENABLED = 197, /* FAA is already enabled */ |
179 | BFA_STATUS_FAA_DISABLED = 198, /* FAA is already disabled */ | 182 | BFA_STATUS_FAA_DISABLED = 198, /* FAA is already disabled */ |
180 | BFA_STATUS_FAA_ACQUIRED = 199, /* FAA is already acquired */ | 183 | BFA_STATUS_FAA_ACQUIRED = 199, /* FAA is already acquired */ |
181 | BFA_STATUS_FAA_ACQ_ADDR = 200, /* Acquiring addr */ | 184 | BFA_STATUS_FAA_ACQ_ADDR = 200, /* Acquiring addr */ |
182 | BFA_STATUS_ERROR_TRUNK_ENABLED = 203, /* Trunk enabled on adapter */ | 185 | BFA_STATUS_ERROR_TRUNK_ENABLED = 203, /* Trunk enabled on adapter */ |
186 | BFA_STATUS_MAX_ENTRY_REACHED = 212, /* MAX entry reached */ | ||
183 | BFA_STATUS_MAX_VAL /* Unknown error code */ | 187 | BFA_STATUS_MAX_VAL /* Unknown error code */ |
184 | }; | 188 | }; |
185 | #define bfa_status_t enum bfa_status | 189 | #define bfa_status_t enum bfa_status |