Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e919dee8 authored by Jayamohan Kallickal's avatar Jayamohan Kallickal Committed by James Bottomley
Browse files

[SCSI] be2iscsi: Increase max sector



This patch increases the max_sectors to 2048

Signed-off-by: default avatarJayamohan Kallickal <jayamohank@serverengines.com>
Reviewed-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent c7acc5b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@
#define BEISCSI_SGLIST_ELEMENTS	30
#define BEISCSI_SGLIST_ELEMENTS	30


#define BEISCSI_CMD_PER_LUN	128	/* scsi_host->cmd_per_lun */
#define BEISCSI_CMD_PER_LUN	128	/* scsi_host->cmd_per_lun */
#define BEISCSI_MAX_SECTORS	256	/* scsi_host->max_sectors */
#define BEISCSI_MAX_SECTORS	2048	/* scsi_host->max_sectors */


#define BEISCSI_MAX_CMD_LEN	16	/* scsi_host->max_cmd_len */
#define BEISCSI_MAX_CMD_LEN	16	/* scsi_host->max_cmd_len */
#define BEISCSI_NUM_MAX_LUN	256	/* scsi_host->max_lun */
#define BEISCSI_NUM_MAX_LUN	256	/* scsi_host->max_lun */