phylink_ethtool_set_wol
ret = phylink_ethtool_set_wol(bp->phylink, wol);
ret = phylink_ethtool_set_wol(ugeth->phylink, wol);
ret = phylink_ethtool_set_wol(pp->phylink, wol);
ret = phylink_ethtool_set_wol(adapter->phylink, wol);
return phylink_ethtool_set_wol(priv->phylink, wol);
return phylink_ethtool_set_wol(salve->phylink, wol);
EXPORT_SYMBOL_GPL(phylink_ethtool_set_wol);
int phylink_ethtool_set_wol(struct phylink *, struct ethtool_wolinfo *);
phylink_ethtool_set_wol(dp->pl, w);