scsi: mpi3mr: Increase cmd_per_lun to 128
Increase cmd_per_lun to 128. Link: https://lore.kernel.org/r/20220628074848.5036-3-sreekanth.reddy@broadcom.com Signed-off-by: Sreekanth Reddy <sreekanth.reddy@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
465191d652
commit
d29ea7b716
@ -71,7 +71,7 @@ extern atomic64_t event_counter;
|
||||
#define MPI3MR_SG_DEPTH (MPI3MR_PAGE_SIZE_4K / sizeof(struct mpi3_sge_common))
|
||||
|
||||
/* Definitions for MAX values for shost */
|
||||
#define MPI3MR_MAX_CMDS_LUN 7
|
||||
#define MPI3MR_MAX_CMDS_LUN 128
|
||||
#define MPI3MR_MAX_CDB_LENGTH 32
|
||||
|
||||
/* Admin queue management definitions */
|
||||
|
Loading…
Reference in New Issue
Block a user