Home
last modified time | relevance | path

Searched refs:phylink_mac_an_restart (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/net/dsa/
Dport.c1472 if (!ds->ops->phylink_mac_an_restart) in dsa_port_phylink_mac_an_restart()
1475 ds->ops->phylink_mac_an_restart(ds, dp->index); in dsa_port_phylink_mac_an_restart()
1542 ds->ops->phylink_mac_an_restart) in dsa_port_phylink_create()
/linux-5.19.10/include/net/
Ddsa.h863 void (*phylink_mac_an_restart)(struct dsa_switch *ds, int port); member
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dchip.c6842 .phylink_mac_an_restart = mv88e6xxx_serdes_pcs_an_restart,