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

Commit bc8fb3cb authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.



Similarly to other ISPs, set execution throttle to maximum
allowed value since 'throttling' is done on a per-lun basis
via queue-depth.

Signed-off-by: default avatarAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 590f98e5
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -3407,6 +3407,8 @@ qla24xx_nvram_config(scsi_qla_host_t *ha)
	ha->node_name = icb->node_name;
	ha->node_name = icb->node_name;
	ha->port_name = icb->port_name;
	ha->port_name = icb->port_name;


	icb->execution_throttle = __constant_cpu_to_le16(0xFFFF);

	ha->retry_count = le16_to_cpu(nv->login_retry_count);
	ha->retry_count = le16_to_cpu(nv->login_retry_count);


	/* Set minimum login_timeout to 4 seconds. */
	/* Set minimum login_timeout to 4 seconds. */