Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Ddsa.h360 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); member
/Linux-v5.4/net/dsa/
Dslave.c1323 if (ds->ops->get_phy_flags) in dsa_slave_phy_setup()
1324 phy_flags = ds->ops->get_phy_flags(ds, dp->index); in dsa_slave_phy_setup()
/Linux-v5.4/drivers/net/dsa/
Dbcm_sf2.c948 .get_phy_flags = bcm_sf2_sw_get_phy_flags,
/Linux-v5.4/Documentation/networking/dsa/
Ddsa.rst381 - ``get_phy_flags``: Some switches are interfaced to various kinds of Ethernet PHYs,