port_dn            41 include/linux/platform_data/dsa.h 	struct device_node *port_dn[DSA_MAX_PORTS];
port_dn           619 net/dsa/port.c 	struct device_node *port_dn = dp->dn;
port_dn           622 net/dsa/port.c 	mode = of_get_phy_mode(port_dn);
port_dn           629 net/dsa/port.c 	dp->pl = phylink_create(&dp->pl_config, of_fwnode_handle(port_dn),
port_dn           636 net/dsa/port.c 	err = phylink_of_phy_connect(dp->pl, port_dn, 0);
port_dn          1292 net/dsa/slave.c 	struct device_node *port_dn = dp->dn;
port_dn          1297 net/dsa/slave.c 	mode = of_get_phy_mode(port_dn);
port_dn          1304 net/dsa/slave.c 	dp->pl = phylink_create(&dp->pl_config, of_fwnode_handle(port_dn), mode,
port_dn          1322 net/dsa/slave.c 	ret = phylink_of_phy_connect(dp->pl, port_dn, phy_flags);