readrq            585 drivers/bcma/driver_pci_host.c 	int readrq;
readrq            600 drivers/bcma/driver_pci_host.c 	readrq = pcie_get_readrq(dev);
readrq            601 drivers/bcma/driver_pci_host.c 	if (readrq > 128) {
readrq            602 drivers/bcma/driver_pci_host.c 		pr_info("change PCIe max read request size from %i to 128\n", readrq);
readrq           2031 drivers/gpu/drm/amd/amdgpu/si.c 	int readrq;
readrq           2034 drivers/gpu/drm/amd/amdgpu/si.c 	readrq = pcie_get_readrq(adev->pdev);
readrq           2035 drivers/gpu/drm/amd/amdgpu/si.c 	v = ffs(readrq) - 8;
readrq           1283 drivers/gpu/drm/radeon/evergreen.c 	int readrq;
readrq           1286 drivers/gpu/drm/radeon/evergreen.c 	readrq = pcie_get_readrq(rdev->pdev);
readrq           1287 drivers/gpu/drm/radeon/evergreen.c 	v = ffs(readrq) - 8;
readrq           2462 drivers/pci/quirks.c 		int readrq = pcie_get_readrq(dev);
readrq           2463 drivers/pci/quirks.c 		if (readrq > 2048)
readrq            807 drivers/vfio/pci/vfio_pci_config.c 	int readrq = le16_to_cpu(*ctrl) & PCI_EXP_DEVCTL_READRQ;
readrq            846 drivers/vfio/pci/vfio_pci_config.c 	if (readrq != (le16_to_cpu(*ctrl) & PCI_EXP_DEVCTL_READRQ)) {
readrq            847 drivers/vfio/pci/vfio_pci_config.c 		readrq = 128 <<
readrq            849 drivers/vfio/pci/vfio_pci_config.c 		readrq = max(readrq, pcie_get_mps(vdev->pdev));
readrq            851 drivers/vfio/pci/vfio_pci_config.c 		pcie_set_readrq(vdev->pdev, readrq);