Home
last modified time | relevance | path

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

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