scsi: megaraid_sas: Increase internal command pool
Fix - increase internal command pool to 8. Signed-off-by: Kashyap Desai <kashyap.desai@broadcom.com> Signed-off-by: Shivasharan S <shivasharan.srikanteshwara@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Tomas Henzl <thenzl@redhat.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
29206da149
commit
ec77959515
@ -1460,7 +1460,7 @@ enum FW_BOOT_CONTEXT {
|
||||
*/
|
||||
#define MEGASAS_INT_CMDS 32
|
||||
#define MEGASAS_SKINNY_INT_CMDS 5
|
||||
#define MEGASAS_FUSION_INTERNAL_CMDS 5
|
||||
#define MEGASAS_FUSION_INTERNAL_CMDS 8
|
||||
#define MEGASAS_FUSION_IOCTL_CMDS 3
|
||||
#define MEGASAS_MFI_IOCTL_CMDS 27
|
||||
|
||||
|
@ -1350,7 +1350,7 @@ megasas_init_adapter_fusion(struct megasas_instance *instance)
|
||||
fusion->last_reply_idx[i] = 0;
|
||||
|
||||
/*
|
||||
* For fusion adapters, 3 commands for IOCTL and 5 commands
|
||||
* For fusion adapters, 3 commands for IOCTL and 8 commands
|
||||
* for driver's internal DCMDs.
|
||||
*/
|
||||
instance->max_scsi_cmds = instance->max_fw_cmds -
|
||||
|
Loading…
Reference in New Issue
Block a user