Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dethtool.h1117 #define ETHTOOL_GWOL 0x00000005 /* Get wake-on-lan options. */ macro
/linux-4.1.27/net/core/
Dethtool.c919 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in ethtool_get_wol()
1816 case ETHTOOL_GWOL: in dev_ethtool()
/linux-4.1.27/drivers/net/phy/
Dphy_device.c701 struct ethtool_wolinfo wol = { .cmd = ETHTOOL_GWOL }; in phy_suspend()