Searched refs:readrq (Results 1 – 3 of 3) 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()
2184 int readrq = pcie_get_readrq(dev); in quirk_brcm_5719_limit_mrrs() local2185 if (readrq > 2048) in quirk_brcm_5719_limit_mrrs()
1206 int readrq; in evergreen_fix_pci_max_read_req_size() local1209 readrq = pcie_get_readrq(rdev->pdev); in evergreen_fix_pci_max_read_req_size()1210 v = ffs(readrq) - 8; in evergreen_fix_pci_max_read_req_size()