Lines Matching refs:eth_dn
3100 struct device_node *eth_dn = NULL; in ehea_setup_ports() local
3106 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() local
3144 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()
3162 struct device_node *eth_dn = NULL; in ehea_probe_port() local
3177 eth_dn = ehea_get_eth_dn(adapter, logical_port_id); in ehea_probe_port()
3179 if (!eth_dn) { in ehea_probe_port()
3189 port = ehea_setup_single_port(adapter, logical_port_id, eth_dn); in ehea_probe_port()
3191 of_node_put(eth_dn); in ehea_probe_port()