| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | ethtool.c | 16 wol->supported = WAKE_UCAST|WAKE_MCAST|WAKE_BCAST|WAKE_PHY; in mwifiex_ethtool_get_wol() 28 wol->wolopts |= WAKE_PHY; in mwifiex_ethtool_get_wol() 37 if (wol->wolopts & ~(WAKE_UCAST|WAKE_MCAST|WAKE_BCAST|WAKE_PHY)) in mwifiex_ethtool_set_wol() 46 if (wol->wolopts & WAKE_PHY) in mwifiex_ethtool_set_wol()
|
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | ethtool.c | 16 wol->supported = WAKE_UCAST | WAKE_MCAST | WAKE_BCAST | WAKE_PHY; in nxpwifi_ethtool_get_wol() 28 wol->wolopts |= WAKE_PHY; in nxpwifi_ethtool_get_wol() 37 if (wol->wolopts & ~(WAKE_UCAST | WAKE_MCAST | WAKE_BCAST | WAKE_PHY)) in nxpwifi_ethtool_set_wol() 46 if (wol->wolopts & WAKE_PHY) in nxpwifi_ethtool_set_wol()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | ethtool.c | 66 wol->supported = WAKE_UCAST|WAKE_MCAST|WAKE_BCAST|WAKE_PHY; in lbs_ethtool_get_wol() 78 wol->wolopts |= WAKE_PHY; in lbs_ethtool_get_wol() 86 if (wol->wolopts & ~(WAKE_UCAST|WAKE_MCAST|WAKE_BCAST|WAKE_PHY)) in lbs_ethtool_set_wol() 96 if (wol->wolopts & WAKE_PHY) in lbs_ethtool_set_wol()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c_ethtool.c | 233 wol->supported = WAKE_MAGIC | WAKE_PHY; in atl1c_get_wol() 245 wol->wolopts |= WAKE_PHY; in atl1c_get_wol() 260 if (wol->wolopts & WAKE_PHY) in atl1c_set_wol()
|
| /linux/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_ethtool.c | 320 wol->supported = WAKE_MAGIC | WAKE_PHY; in atl1e_get_wol() 332 wol->wolopts |= WAKE_PHY; in atl1e_get_wol() 347 if (wol->wolopts & WAKE_PHY) in atl1e_set_wol()
|
| /linux/drivers/net/usb/ |
| H A D | asix_common.c | 585 wolinfo->supported = WAKE_PHY | WAKE_MAGIC; in asix_get_wol() 588 wolinfo->wolopts |= WAKE_PHY; in asix_get_wol() 598 if (wolinfo->wolopts & ~(WAKE_PHY | WAKE_MAGIC)) in asix_set_wol() 601 if (wolinfo->wolopts & WAKE_PHY) in asix_set_wol()
|
| H A D | smsc95xx.c | 43 #define SUPPORTED_WAKE (WAKE_PHY | WAKE_UCAST | WAKE_BCAST | \ 1390 if (pdata->wolopts & WAKE_PHY) in smsc95xx_enter_suspend0() 1578 !(link_up || (pdata->wolopts & WAKE_PHY))) { in smsc95xx_suspend() 1606 if (pdata->wolopts & WAKE_PHY) { in smsc95xx_suspend() 1773 if (pdata->wolopts & WAKE_PHY) in smsc95xx_suspend()
|
| H A D | smsc75xx.c | 42 #define SUPPORTED_WAKE (WAKE_PHY | WAKE_UCAST | WAKE_BCAST | \ 1815 !(link_up || (pdata->wolopts & WAKE_PHY))) { in smsc75xx_suspend() 1851 if (pdata->wolopts & WAKE_PHY) { in smsc75xx_suspend() 1984 if (pdata->wolopts & WAKE_PHY) { in smsc75xx_suspend()
|
| H A D | ax88179_178a.c | 421 if (priv->wolopts & WAKE_PHY) in ax88179_suspend() 1657 ax179_data->wol_supported = WAKE_MAGIC | WAKE_PHY; in ax88179_reset()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_nic.h | 94 WAKE_PHY)
|
| /linux/drivers/net/ethernet/silan/ |
| H A D | sc92031.c | 1266 wolinfo->supported = WAKE_PHY | WAKE_MAGIC in sc92031_ethtool_get_wol() 1271 wolinfo->wolopts |= WAKE_PHY; in sc92031_ethtool_get_wol() 1293 if (wolinfo->wolopts & WAKE_PHY) in sc92031_ethtool_set_wol()
|
| /linux/drivers/net/ethernet/oki-semi/pch_gbe/ |
| H A D | pch_gbe_ethtool.c | 239 if ((wol->wolopts & (WAKE_PHY | WAKE_ARP | WAKE_MAGICSECURE))) in pch_gbe_set_wol()
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | amd8111e.c | 1420 wol_info->supported = WAKE_MAGIC|WAKE_PHY; in amd8111e_get_wol() 1428 if (wol_info->wolopts & ~(WAKE_MAGIC|WAKE_PHY)) in amd8111e_set_wol() 1434 else if (wol_info->wolopts & WAKE_PHY) in amd8111e_set_wol()
|
| /linux/drivers/net/can/m_can/ |
| H A D | m_can.c | 2265 wol->supported = device_can_wakeup(cdev->dev) ? WAKE_PHY : 0; in m_can_get_wol() 2266 wol->wolopts = device_may_wakeup(cdev->dev) ? WAKE_PHY : 0; in m_can_get_wol() 2272 bool wol_enable = !!(wol->wolopts & WAKE_PHY); in m_can_set_wol() 2275 if (wol->wolopts & ~WAKE_PHY) in m_can_set_wol()
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 1334 if (wol->wolopts & WAKE_PHY) options |= LinkUp; in netdev_set_wol() 1365 wol->supported = WAKE_PHY | WAKE_BCAST | WAKE_MAGIC | in netdev_get_wol() 1371 if (options & LinkUp) wol->wolopts |= WAKE_PHY; in netdev_get_wol()
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 3379 wol->supported = WAKE_PHY; in ksz_get_wol() 3396 wol->wolopts |= WAKE_PHY; in ksz_get_wol() 3423 if (wol->wolopts & ~(WAKE_PHY | WAKE_MAGIC)) in ksz_set_wol() 3435 if (wol->wolopts & WAKE_PHY) in ksz_set_wol()
|
| /linux/drivers/net/phy/ |
| H A D | marvell.c | 1954 wol->supported = WAKE_MAGIC | WAKE_PHY; in m88e1318_get_wol() 1966 wol->wolopts |= WAKE_PHY; in m88e1318_get_wol() 1978 if (wol->wolopts & (WAKE_MAGIC | WAKE_PHY)) { in m88e1318_set_wol() 2053 if (wol->wolopts & WAKE_PHY) { in m88e1318_set_wol()
|
| /linux/drivers/net/ethernet/via/ |
| H A D | via-rhine.c | 2356 wol->supported = WAKE_PHY | WAKE_MAGIC | in rhine_get_wol() 2365 u32 support = WAKE_PHY | WAKE_MAGIC | in rhine_set_wol() 2493 if (rp->wolopts & WAKE_PHY) in rhine_shutdown_pci()
|
| H A D | via-velocity.c | 3432 wol->supported = WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_ARP; in velocity_ethtool_get_wol() 3449 if (!(wol->wolopts & (WAKE_PHY | WAKE_MAGIC | WAKE_UCAST | WAKE_ARP))) in velocity_ethtool_set_wol()
|
| /linux/drivers/net/ethernet/intel/igc/ |
| H A D | igc_ethtool.c | 364 WAKE_PHY; in igc_ethtool_get_wol() 381 wol->wolopts |= WAKE_PHY; in igc_ethtool_get_wol() 406 if (wol->wolopts & WAKE_PHY) in igc_ethtool_set_wol()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_ethtool.c | 1826 ret |= WAKE_PHY; in mlx5e_get_wol_supported() 1854 ret |= WAKE_PHY; in mlx5e_reformat_wol_mode_mlx5_to_linux() 1881 if (mode & WAKE_PHY) in mlx5e_reformat_wol_mode_linux_to_mlx5()
|
| /linux/include/uapi/linux/ |
| H A D | ethtool.h | 2302 #define WAKE_PHY (1 << 0) macro
|
| /linux/drivers/net/ethernet/ |
| H A D | jme.c | 2529 wol->supported = WAKE_MAGIC | WAKE_PHY; in jme_get_wol() 2534 wol->wolopts |= WAKE_PHY; in jme_get_wol() 2556 if (wol->wolopts & WAKE_PHY) in jme_set_wol()
|
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | igb_ethtool.c | 2109 WAKE_PHY; in igb_get_wol() 2126 wol->wolopts |= WAKE_PHY; in igb_get_wol() 2150 if (wol->wolopts & WAKE_PHY) in igb_set_wol()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | skge.c | 156 return WAKE_MAGIC | WAKE_PHY; in wol_supported() 216 if (skge->wol & WAKE_PHY) in skge_wol_init()
|