diff options
author | Ravi Anand <ravi.anand@qlogic.com> | 2010-07-10 05:20:32 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:04:35 -0400 |
commit | dbaf82ece08bf93ae5200f03efd87c4f1fc453f1 (patch) | |
tree | 214bb8105e9e7e2bb1aa457004cee508390582cb /drivers/scsi/qla4xxx/ql4_def.h | |
parent | beabe7c18338a5112fbca9a6dbcc921f9cce6325 (diff) |
[SCSI] qla4xxx: Handle one H/W Interrupt at a time
Handle one H/W Interrupt at a time to prevent holding off H/W lock
for longer period of time.
Signed-off-by: Ravi Anand <ravi.anand@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_def.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 428802616e33..3e1c990f5e20 100644 --- a/drivers/scsi/qla4xxx/ql4_def.h +++ b/drivers/scsi/qla4xxx/ql4_def.h | |||
@@ -118,7 +118,7 @@ | |||
118 | #define DRIVER_NAME "qla4xxx" | 118 | #define DRIVER_NAME "qla4xxx" |
119 | 119 | ||
120 | #define MAX_LINKED_CMDS_PER_LUN 3 | 120 | #define MAX_LINKED_CMDS_PER_LUN 3 |
121 | #define MAX_REQS_SERVICED_PER_INTR 16 | 121 | #define MAX_REQS_SERVICED_PER_INTR 1 |
122 | 122 | ||
123 | #define ISCSI_IPADDR_SIZE 4 /* IP address size */ | 123 | #define ISCSI_IPADDR_SIZE 4 /* IP address size */ |
124 | #define ISCSI_ALIAS_SIZE 32 /* ISCSI Alias name size */ | 124 | #define ISCSI_ALIAS_SIZE 32 /* ISCSI Alias name size */ |