Home
last modified time | relevance | path

Searched refs:pe_dn (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/platforms/pseries/
A Dmsi.c268 struct device_node *pe_dn; in msi_quota_for_device() local
275 pe_dn = find_pe_total_msi(dev, &total); in msi_quota_for_device()
276 if (!pe_dn) in msi_quota_for_device()
277 pe_dn = find_pe_dn(dev, &total); in msi_quota_for_device()
279 if (!pe_dn) { in msi_quota_for_device()
284 pr_debug("rtas_msi: found PE %pOF\n", pe_dn); in msi_quota_for_device()
289 pci_traverse_device_nodes(pe_dn, count_non_bridge_devices, &counts); in msi_quota_for_device()
304 pci_traverse_device_nodes(pe_dn, count_spare_msis, &counts); in msi_quota_for_device()
319 of_node_put(pe_dn); in msi_quota_for_device()

Completed in 4 milliseconds