Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dphylink.h211 int phylink_ethtool_set_wol(struct phylink *, struct ethtool_wolinfo *);
/Linux-v4.19/drivers/net/phy/
Dphylink.c993 int phylink_ethtool_set_wol(struct phylink *pl, struct ethtool_wolinfo *wol) in phylink_ethtool_set_wol() function
1004 EXPORT_SYMBOL_GPL(phylink_ethtool_set_wol);
/Linux-v4.19/net/dsa/
Dslave.c627 phylink_ethtool_set_wol(dp->pl, w); in dsa_slave_set_wol()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dmvneta.c4212 ret = phylink_ethtool_set_wol(pp->phylink, wol); in mvneta_ethtool_set_wol()