Home
last modified time | relevance | path

Searched refs:get_phy_flags (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/include/net/
Ddsa.h830 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); member
/linux-5.19.10/net/dsa/
Dslave.c2228 if (ds->ops->get_phy_flags) in dsa_slave_phy_setup()
2229 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_slave_phy_setup()
/linux-5.19.10/drivers/net/dsa/
Dbcm_sf2.c1207 .get_phy_flags = bcm_sf2_sw_get_phy_flags,
Dqca8k.c3087 .get_phy_flags = qca8k_get_phy_flags,
/linux-5.19.10/drivers/net/dsa/microchip/
Dksz8795.c1376 .get_phy_flags = ksz8_sw_get_phy_flags,
/linux-5.19.10/Documentation/networking/dsa/
Ddsa.rst635 - ``get_phy_flags``: Some switches are interfaced to various kinds of Ethernet PHYs,