Searched refs:get_phy_flags (Results 1 – 3 of 3) sorted by relevance
207 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); member
773 if (ds->drv->get_phy_flags) in dsa_slave_phy_setup()774 phy_flags = ds->drv->get_phy_flags(ds, p->port); in dsa_slave_phy_setup()
1041 .get_phy_flags = bcm_sf2_sw_get_phy_flags,