Searched refs:eth_dn (Results 1 – 1 of 1) sorted by relevance
3100 struct device_node *eth_dn = NULL; in ehea_setup_ports() local3106 while ((eth_dn = of_get_next_child(lhea_dn, eth_dn))) { in ehea_setup_ports()3108 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_setup_ports()3112 eth_dn->full_name); in ehea_setup_ports()3118 of_node_put(eth_dn); in ehea_setup_ports()3124 eth_dn); in ehea_setup_ports()3140 struct device_node *eth_dn = NULL; in ehea_get_eth_dn() local3144 while ((eth_dn = of_get_next_child(lhea_dn, eth_dn))) { in ehea_get_eth_dn()3146 dn_log_port_id = of_get_property(eth_dn, "ibm,hea-port-no", in ehea_get_eth_dn()3150 return eth_dn; in ehea_get_eth_dn()[all …]