HomeSort by relevance Sort by last modified time
    Searched defs:wol (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/profilers/powertop/src/
ethernet.c 56 struct ethtool_wolinfo wol; local
79 memset(&wol, 0, sizeof(wol));
81 wol.cmd = ETHTOOL_GWOL;
82 ifr.ifr_data = (caddr_t)&wol;
84 wol.cmd = ETHTOOL_SWOL;
85 wol.wolopts = 0;
97 struct ethtool_wolinfo wol; local
120 memset(&wol, 0, sizeof(wol));
    [all...]
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 173 uint32_t wol; member in struct:e1000_adapter
  /external/syslinux/gpxe/src/drivers/net/
bnx2.h 4100 u8 wol; member in struct:bnx2
    [all...]

Completed in 295 milliseconds