Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Ddsa.h217 u32 (*get_phy_flags)(struct dsa_switch *ds, int port); member
/linux-4.4.14/net/dsa/
Dslave.c1045 if (ds->drv->get_phy_flags) in dsa_slave_phy_setup()
1046 phy_flags = ds->drv->get_phy_flags(ds, p->port); in dsa_slave_phy_setup()
/linux-4.4.14/drivers/net/dsa/
Dbcm_sf2.c1372 .get_phy_flags = bcm_sf2_sw_get_phy_flags,
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt404 - get_phy_flags: Some switches are interfaced to various kinds of Ethernet PHYs,