Home
last modified time | relevance | path

Searched refs:mac_wol (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dphylink.h749 void phylink_suspend(struct phylink *pl, bool mac_wol);
/linux/drivers/net/phy/
H A Dphylink.c2613 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend() argument
2618 mac_wol = !!pl->wolopts_mac; in phylink_suspend()
2620 if (mac_wol && (!pl->netdev || pl->netdev->ethtool->wol_enabled)) { in phylink_suspend()