Searched refs:readrq (Results 1 – 2 of 2) 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()
306 int readrq = pcie_get_readrq(pdev); in limit_mrrs_to_128() local308 if (readrq > 128) in limit_mrrs_to_128()