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

/linux-master/arch/powerpc/platforms/pseries/
H A Dmsi.c270 struct device_node *pe_dn; local
277 pe_dn = find_pe_total_msi(dev, &total);
278 if (!pe_dn)
279 pe_dn = find_pe_dn(dev, &total);
281 if (!pe_dn) {
286 pr_debug("rtas_msi: found PE %pOF\n", pe_dn);
291 pci_traverse_device_nodes(pe_dn, count_non_bridge_devices, &counts);
306 pci_traverse_device_nodes(pe_dn, count_spare_msis, &counts);
321 of_node_put(pe_dn);

Completed in 223 milliseconds