Home
last modified time | relevance | path

Searched refs:phylink_ethtool_set_wol (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/include/linux/
Dphylink.h674 int phylink_ethtool_set_wol(struct phylink *, struct ethtool_wolinfo *);
/linux-6.6.21/drivers/net/ethernet/ti/
Dam65-cpsw-ethtool.c496 return phylink_ethtool_set_wol(salve->phylink, wol); in am65_cpsw_set_wol()
/linux-6.6.21/Documentation/networking/
Dsfp-phylink.rst129 - phylink_ethtool_set_wol(priv->phylink, wol)
/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_ethtool.c851 int ret = phylink_ethtool_set_wol(priv->phylink, wol); in stmmac_set_wol()
/linux-6.6.21/drivers/net/phy/
Dphylink.c2271 int phylink_ethtool_set_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_set_wol() function
2282 EXPORT_SYMBOL_GPL(phylink_ethtool_set_wol);
/linux-6.6.21/net/dsa/
Dslave.c1233 phylink_ethtool_set_wol(dp->pl, w); in dsa_slave_set_wol()
/linux-6.6.21/drivers/net/ethernet/marvell/
Dmvneta.c5091 ret = phylink_ethtool_set_wol(pp->phylink, wol); in mvneta_ethtool_set_wol()
/linux-6.6.21/drivers/net/ethernet/cadence/
Dmacb_main.c3264 ret = phylink_ethtool_set_wol(bp->phylink, wol); in macb_set_wol()