diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-08-05 11:18:44 +0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-08-23 02:52:24 +0400 |
commit | 9d2e9d66a3f032667934144cd61c396ba49f090d (patch) | |
tree | fb5ef0cfaa2ff30c416f6dec7c76ed83f9bd49a6 /drivers/message/fusion/mptbase.h | |
parent | 4dbfb544ad5a28ac9e60634bdfbf09d2eb39cdb5 (diff) | |
download | linux-9d2e9d66a3f032667934144cd61c396ba49f090d.tar.xz |
[SCSI] mptsas : Change DEFINED value of can queue for FC and SAS devices.
Change DEFINED value of can queue for FC and SAS devices.
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 1c8514dc31ca..73810fa53456 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -157,8 +157,9 @@ /* * Try to keep these at 2^N-1 */ -#define MPT_FC_CAN_QUEUE 127 +#define MPT_FC_CAN_QUEUE 1024 #define MPT_SCSI_CAN_QUEUE 127 +#define MPT_SAS_CAN_QUEUE 127 /* * Set the MAX_SGE value based on user input. |