Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-mediatek.c87 bool mac_wol; member
495 plat->mac_wol = of_property_read_bool(plat->np, "mediatek,mac-wol"); in mediatek_dwmac_config_dt()
591 if (priv_plat->mac_wol) in mediatek_dwmac_common_data()
/linux-6.6.21/include/linux/
Dphylink.h670 void phylink_suspend(struct phylink *pl, bool mac_wol);
/linux-6.6.21/drivers/net/phy/
Dphylink.c2172 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend() argument
2176 if (mac_wol && (!pl->netdev || pl->netdev->wol_enabled)) { in phylink_suspend()