Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/include/linux/
Dphylink.h612 void phylink_suspend(struct phylink *pl, bool mac_wol);
/linux-6.12.1/drivers/net/phy/
Dphylink.c2325 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend() argument
2329 if (mac_wol && (!pl->netdev || pl->netdev->ethtool->wol_enabled)) { in phylink_suspend()