Skip to content

Commit

Permalink
[SCSI] fusion: increase reply frame size from 0x40 to 0x50 bytes
Browse files Browse the repository at this point in the history
Increasing the reply frame size by 16 bytes, to
be in sync with the other fusion drivers.

Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Moore, Eric authored and James Bottomley committed Jan 31, 2006
1 parent d66c7a0 commit 928496a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/message/fusion/mptbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
#define MPT_MAX_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_96_SCALE 2
Expand Down

0 comments on commit 928496a

Please sign in to comment.