Searched refs:pe_dn (Results 1 – 1 of 1) sorted by relevance
287 struct device_node *pe_dn; in msi_quota_for_device() local294 pe_dn = find_pe_total_msi(dev, &total); in msi_quota_for_device()295 if (!pe_dn) in msi_quota_for_device()296 pe_dn = find_pe_dn(dev, &total); in msi_quota_for_device()298 if (!pe_dn) { in msi_quota_for_device()303 pr_debug("rtas_msi: found PE %s\n", pe_dn->full_name); in msi_quota_for_device()308 traverse_pci_devices(pe_dn, count_non_bridge_devices, &counts); in msi_quota_for_device()323 traverse_pci_devices(pe_dn, count_spare_msis, &counts); in msi_quota_for_device()338 of_node_put(pe_dn); in msi_quota_for_device()