Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddsa.h874 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); member
/linux/drivers/net/dsa/
H A Dbcm_sf2.c1226 .get_phy_flags = bcm_sf2_sw_get_phy_flags,
/linux/net/dsa/
H A Duser.c2646 if (ds->ops->get_phy_flags) in dsa_user_phy_setup()
2647 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_user_phy_setup()
/linux/drivers/net/dsa/microchip/
H A Dksz_common.c4599 .get_phy_flags = ksz_get_phy_flags,
/linux/Documentation/networking/dsa/
H A Ddsa.rst671 - ``get_phy_flags``: Some switches are interfaced to various kinds of Ethernet PHYs,