Commit 928496ac authored by Moore, Eric's avatar Moore, Eric Committed by James Bottomley

[SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes

Increasing the reply frame size by 16 bytes, to
be in sync with the other fusion drivers.
Signed-off-by: default avatarEric Moore <Eric.Moore@lsil.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent d66c7a0f
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
#define MPT_MAX_FRAME_SIZE 128 #define MPT_MAX_FRAME_SIZE 128
#define MPT_DEFAULT_FRAME_SIZE 128 #define MPT_DEFAULT_FRAME_SIZE 128
#define MPT_REPLY_FRAME_SIZE 0x40 /* Must be a multiple of 8 */ #define MPT_REPLY_FRAME_SIZE 0x50 /* Must be a multiple of 8 */
#define MPT_SG_REQ_128_SCALE 1 #define MPT_SG_REQ_128_SCALE 1
#define MPT_SG_REQ_96_SCALE 2 #define MPT_SG_REQ_96_SCALE 2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment