Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c44 u32 phy_wolopts = 0; in bcmgenet_get_wol() local
48 phy_wolopts = wol->wolopts; in bcmgenet_get_wol()
60 if (phy_wolopts & WAKE_MAGICSECURE) in bcmgenet_get_wol()
/openbmc/linux/drivers/net/ethernet/microchip/
H A Dlan743x_ethtool.c1193 adapter->phy_wolopts = 0; in lan743x_ethtool_set_wol()
1195 adapter->phy_wolopts = phy_wol.wolopts; in lan743x_ethtool_set_wol()
1197 adapter->phy_wolopts = 0; in lan743x_ethtool_set_wol()
1201 wol->wolopts &= ~adapter->phy_wolopts; in lan743x_ethtool_set_wol()
1222 wol->wolopts = adapter->wolopts | adapter->phy_wolopts; in lan743x_ethtool_set_wol()
H A Dlan743x_main.h1046 u32 phy_wolopts; member
H A Dlan743x_main.c3072 adapter->phy_wolopts = wol.wolopts; in lan743x_netdev_open()
3545 if (adapter->phy_wolopts) in lan743x_pm_set_wol()
3643 if (adapter->wolopts || adapter->phy_wolopts) in lan743x_pm_suspend()