get_phy_flags     949 drivers/net/dsa/bcm_sf2.c 	.get_phy_flags		= bcm_sf2_sw_get_phy_flags,
get_phy_flags     360 include/net/dsa.h 	u32	(*get_phy_flags)(struct dsa_switch *ds, int port);
get_phy_flags    1319 net/dsa/slave.c 	if (ds->ops->get_phy_flags)
get_phy_flags    1320 net/dsa/slave.c 		phy_flags = ds->ops->get_phy_flags(ds, dp->index);