diff options
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_def.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_def.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 963e8553d210..81b5f29254e2 100644 --- a/drivers/scsi/qla4xxx/ql4_def.h +++ b/drivers/scsi/qla4xxx/ql4_def.h | |||
@@ -100,7 +100,6 @@ | |||
100 | #define MAX_SRBS MAX_CMDS_TO_RISC | 100 | #define MAX_SRBS MAX_CMDS_TO_RISC |
101 | #define MBOX_AEN_REG_COUNT 5 | 101 | #define MBOX_AEN_REG_COUNT 5 |
102 | #define MAX_INIT_RETRIES 5 | 102 | #define MAX_INIT_RETRIES 5 |
103 | #define IOCB_HIWAT_CUSHION 16 | ||
104 | 103 | ||
105 | /* | 104 | /* |
106 | * Buffer sizes | 105 | * Buffer sizes |
@@ -307,7 +306,6 @@ struct scsi_qla_host { | |||
307 | uint32_t tot_ddbs; | 306 | uint32_t tot_ddbs; |
308 | 307 | ||
309 | uint16_t iocb_cnt; | 308 | uint16_t iocb_cnt; |
310 | uint16_t iocb_hiwat; | ||
311 | 309 | ||
312 | /* SRB cache. */ | 310 | /* SRB cache. */ |
313 | #define SRB_MIN_REQ 128 | 311 | #define SRB_MIN_REQ 128 |