Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c326 ret = phylink_ethtool_set_wol(ugeth->phylink, wol); in uec_set_wol()
/linux-6.15/include/linux/
H A Dphylink.h726 int phylink_ethtool_set_wol(struct phylink *, struct ethtool_wolinfo *);
/linux-6.15/Documentation/networking/
H A Dsfp-phylink.rst129 - phylink_ethtool_set_wol(priv->phylink, wol)
/linux-6.15/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c496 return phylink_ethtool_set_wol(salve->phylink, wol); in am65_cpsw_set_wol()
/linux-6.15/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1137 ret = phylink_ethtool_set_wol(adapter->phylink, wol); in lan743x_ethtool_set_wol()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c855 int ret = phylink_ethtool_set_wol(priv->phylink, wol); in stmmac_set_wol()
/linux-6.15/drivers/net/phy/
H A Dphylink.c2667 int phylink_ethtool_set_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_set_wol() function
2678 EXPORT_SYMBOL_GPL(phylink_ethtool_set_wol);
/linux-6.15/net/dsa/
H A Duser.c1228 phylink_ethtool_set_wol(dp->pl, w); in dsa_user_set_wol()
/linux-6.15/drivers/net/ethernet/marvell/
H A Dmvneta.c5137 ret = phylink_ethtool_set_wol(pp->phylink, wol); in mvneta_ethtool_set_wol()
/linux-6.15/drivers/net/ethernet/cadence/
H A Dmacb_main.c3459 ret = phylink_ethtool_set_wol(bp->phylink, wol); in macb_set_wol()