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

Commit 5ffd3a52 authored by Chad Dupuis's avatar Chad Dupuis Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Set Maximum Read Request Size to 4K.

parent 1459c0e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -767,7 +767,7 @@ qla24xx_pci_config(scsi_qla_host_t *vha)

	/* PCIe -- adjust Maximum Read Request Size (2048). */
	if (pci_is_pcie(ha->pdev))
		pcie_set_readrq(ha->pdev, 2048);
		pcie_set_readrq(ha->pdev, 4096);

	pci_disable_rom(ha->pdev);

@@ -803,7 +803,7 @@ qla25xx_pci_config(scsi_qla_host_t *vha)

	/* PCIe -- adjust Maximum Read Request Size (2048). */
	if (pci_is_pcie(ha->pdev))
		pcie_set_readrq(ha->pdev, 2048);
		pcie_set_readrq(ha->pdev, 4096);

	pci_disable_rom(ha->pdev);