Home
last modified time | relevance | path

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

/linux/include/net/
A Ddsa.h628 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); member
/linux/net/dsa/
A Dslave.c1886 if (ds->ops->get_phy_flags) in dsa_slave_phy_setup()
1887 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_slave_phy_setup()
/linux/drivers/net/dsa/
A Dbcm_sf2.c1183 .get_phy_flags = bcm_sf2_sw_get_phy_flags,
A Dqca8k.c2025 .get_phy_flags = qca8k_get_phy_flags,
/linux/drivers/net/dsa/microchip/
A Dksz8795.c1516 .get_phy_flags = ksz8_sw_get_phy_flags,
/linux/Documentation/networking/dsa/
A Ddsa.rst526 - ``get_phy_flags``: Some switches are interfaced to various kinds of Ethernet PHYs,

Completed in 24 milliseconds