Home
last modified time | relevance | path

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

/net/dsa/
Ddsa2.c491 struct net_device *ethernet_dev; in dsa_cpu_parse() local
498 ethernet_dev = of_find_net_device_by_node(ethernet); in dsa_cpu_parse()
499 if (!ethernet_dev) in dsa_cpu_parse()
502 ethernet_dev = dsa_dev_to_net_device(ds->cd->netdev[index]); in dsa_cpu_parse()
503 if (!ethernet_dev) in dsa_cpu_parse()
505 dev_put(ethernet_dev); in dsa_cpu_parse()
510 dst->cpu_dp->netdev = ethernet_dev; in dsa_cpu_parse()
Dlegacy.c411 struct net_device *ethernet_dev; in dsa_of_probe() local
434 ethernet_dev = of_find_net_device_by_node(ethernet); in dsa_of_probe()
435 if (!ethernet_dev) { in dsa_of_probe()
447 pd->of_netdev = ethernet_dev; in dsa_of_probe()
544 put_device(&ethernet_dev->dev); in dsa_of_probe()