Home
last modified time | relevance | path

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

/linux/drivers/net/phy/
H A Dphylink.c2609 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend() argument
2614 mac_wol = !!pl->wolopts_mac; in phylink_suspend()
2616 if (mac_wol && (!pl->netdev || pl->netdev->ethtool->wol_enabled)) { in phylink_suspend()
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.c3286 bool mac_wol = false; in ucc_geth_suspend() local
3304 mac_wol = true; in ucc_geth_suspend()
3308 phylink_suspend(ugeth->phylink, mac_wol); in ucc_geth_suspend()