diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_fw.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_fw.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_fw.h b/drivers/scsi/qla2xxx/qla_fw.h index 1ee58ad2f4dd..3af478663be7 100644 --- a/drivers/scsi/qla2xxx/qla_fw.h +++ b/drivers/scsi/qla2xxx/qla_fw.h | |||
@@ -7,7 +7,6 @@ | |||
7 | #ifndef __QLA_FW_H | 7 | #ifndef __QLA_FW_H |
8 | #define __QLA_FW_H | 8 | #define __QLA_FW_H |
9 | 9 | ||
10 | #define RISC_SADDRESS 0x100000 | ||
11 | #define MBS_CHECKSUM_ERROR 0x4010 | 10 | #define MBS_CHECKSUM_ERROR 0x4010 |
12 | 11 | ||
13 | /* | 12 | /* |
@@ -463,7 +462,7 @@ struct sts_entry_24xx { | |||
463 | uint16_t comp_status; /* Completion status. */ | 462 | uint16_t comp_status; /* Completion status. */ |
464 | uint16_t ox_id; /* OX_ID used by the firmware. */ | 463 | uint16_t ox_id; /* OX_ID used by the firmware. */ |
465 | 464 | ||
466 | uint32_t residual_len; /* Residual transfer length. */ | 465 | uint32_t residual_len; /* FW calc residual transfer length. */ |
467 | 466 | ||
468 | uint16_t reserved_1; | 467 | uint16_t reserved_1; |
469 | uint16_t state_flags; /* State flags. */ | 468 | uint16_t state_flags; /* State flags. */ |