Searched refs:readrq (Results 1 – 6 of 6) sorted by relevance
585 int readrq; in bcma_core_pci_plat_dev_init() local600 readrq = pcie_get_readrq(dev); in bcma_core_pci_plat_dev_init()601 if (readrq > 128) { in bcma_core_pci_plat_dev_init()602 pr_info("change PCIe max read request size from %i to 128\n", readrq); in bcma_core_pci_plat_dev_init()
879 int readrq = le16_to_cpu(*ctrl) & PCI_EXP_DEVCTL_READRQ; in vfio_exp_config_write() local921 if (readrq != (le16_to_cpu(*ctrl) & PCI_EXP_DEVCTL_READRQ)) { in vfio_exp_config_write()922 readrq = 128 << in vfio_exp_config_write()924 readrq = max(readrq, pcie_get_mps(vdev->pdev)); in vfio_exp_config_write()926 pcie_set_readrq(vdev->pdev, readrq); in vfio_exp_config_write()
2640 int readrq; in si_fix_pci_max_read_req_size() local2643 readrq = pcie_get_readrq(adev->pdev); in si_fix_pci_max_read_req_size()2644 v = ffs(readrq) - 8; in si_fix_pci_max_read_req_size()
2427 int readrq = 4096; in rtl_jumbo_config() local2433 readrq = 512; in rtl_jumbo_config()2441 readrq = 512; in rtl_jumbo_config()2465 pcie_set_readrq(tp->pci_dev, readrq); in rtl_jumbo_config()
1279 int readrq; in evergreen_fix_pci_max_read_req_size() local1282 readrq = pcie_get_readrq(rdev->pdev); in evergreen_fix_pci_max_read_req_size()1283 v = ffs(readrq) - 8; in evergreen_fix_pci_max_read_req_size()
2652 int readrq = pcie_get_readrq(dev); in quirk_brcm_5719_limit_mrrs() local2653 if (readrq > 2048) in quirk_brcm_5719_limit_mrrs()