Home
last modified time | relevance | path

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

/linux/Documentation/networking/
H A Dsfp-phylink.rst129 - phylink_ethtool_set_wol(priv->phylink, wol)
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c496 return phylink_ethtool_set_wol(salve->phylink, wol); in am65_cpsw_set_wol()
/linux/drivers/net/phy/
H A Dphylink.c2710 int phylink_ethtool_set_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_set_wol() function
2721 EXPORT_SYMBOL_GPL(phylink_ethtool_set_wol);
/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c5134 ret = phylink_ethtool_set_wol(pp->phylink, wol); in mvneta_ethtool_set_wol()
/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c3295 ret = phylink_ethtool_set_wol(bp->phylink, wol); in macb_set_wol()