Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-mediatek.c87 bool mac_wol; member
488 plat->mac_wol = of_property_read_bool(plat->np, "mediatek,mac-wol"); in mediatek_dwmac_config_dt()
585 if (priv_plat->mac_wol) in mediatek_dwmac_common_data()
/linux-6.15/include/linux/
H A Dphylink.h721 void phylink_suspend(struct phylink *pl, bool mac_wol);
/linux-6.15/drivers/net/ethernet/freescale/
H A Ducc_geth.c3284 bool mac_wol = false; in ucc_geth_suspend() local
3302 mac_wol = true; in ucc_geth_suspend()
3306 phylink_suspend(ugeth->phylink, mac_wol); in ucc_geth_suspend()
/linux-6.15/drivers/net/phy/
H A Dphylink.c2538 void phylink_suspend(struct phylink *pl, bool mac_wol) in phylink_suspend() argument
2542 if (mac_wol && (!pl->netdev || pl->netdev->ethtool->wol_enabled)) { in phylink_suspend()