Home
last modified time | relevance | path

Searched refs:wol (Results 1 – 25 of 30) sorted by relevance

12

/external/autotest/client/profilers/powertop/src/
Dethernet.c56 struct ethtool_wolinfo wol; in activate_WOL_suggestion() local
79 memset(&wol, 0, sizeof(wol)); in activate_WOL_suggestion()
81 wol.cmd = ETHTOOL_GWOL; in activate_WOL_suggestion()
82 ifr.ifr_data = (caddr_t)&wol; in activate_WOL_suggestion()
84 wol.cmd = ETHTOOL_SWOL; in activate_WOL_suggestion()
85 wol.wolopts = 0; in activate_WOL_suggestion()
97 struct ethtool_wolinfo wol; in suggest_WOL_off() local
120 memset(&wol, 0, sizeof(wol)); in suggest_WOL_off()
122 wol.cmd = ETHTOOL_GWOL; in suggest_WOL_off()
123 ifr.ifr_data = (caddr_t)&wol; in suggest_WOL_off()
[all …]
/external/u-boot/net/
Dwol.c22 static int wol_check_magic(struct wol_hdr *wol, unsigned int len) in wol_check_magic() argument
30 if (wol->wol_sync[i] != WOL_SYNC_BYTE) in wol_check_magic()
34 if (memcmp(&wol->wol_dest[i * ARP_HLEN], in wol_check_magic()
43 struct wol_hdr *wol; in wol_receive() local
45 wol = (struct wol_hdr *)ip; in wol_receive()
47 if (!wol_check_magic(wol, len)) in wol_receive()
53 eth_env_set_enetaddr("wolpassword", wol->wol_passwd); in wol_receive()
56 struct in_addr *ip = (struct in_addr *)(wol->wol_passwd); in wol_receive()
67 struct wol_hdr *wol; in wol_udp_handler() local
69 wol = (struct wol_hdr *)pkt; in wol_udp_handler()
[all …]
DMakefile27 obj-$(CONFIG_CMD_WOL) += wol.o
/external/u-boot/drivers/net/phy/
Dmeson-gxl.c34 int ret, wol, lpa, exp; in meson_gxl_startup() local
62 wol = phy_read(phydev, MDIO_DEVAD_NONE, 0x15); in meson_gxl_startup()
63 if (wol < 0) in meson_gxl_startup()
64 return wol; in meson_gxl_startup()
74 if (!(wol & BIT(12)) || in meson_gxl_startup()
/external/libevent/test/
Dregress_iocp.c238 struct event_overlapped rol, wol; in test_iocp_evbuffer() local
248 event_overlapped_init_(&wol, write_complete); in test_iocp_evbuffer()
278 tt_assert(!evbuffer_launch_write_(wbuf, 512, &wol)); in test_iocp_evbuffer()
/external/u-boot/cmd/
Dwol.c29 wol, 2, 1, do_wol,
DMakefile106 obj-$(CONFIG_CMD_WOL) += wol.o
DKconfig1283 bool "wol"
/external/autotest/client/profilers/powertop/src/po/
Dja.po195 " ethtool -s eth0 wol d \n"
199 " ethtool -s eth0 wol d \n"
Dru.po199 " ethtool -s eth0 wol d \n"
203 " ethtool -s eth0 wol d \n"
Dzh.po150 " ethtool -s eth0 wol d \n"
154 " ethtool -s eth0 wol d\n"
Dpl.po194 " ethtool -s eth0 wol d \n"
198 " ethtool -s eth0 wol d \n"
Dfi.po195 " ethtool -s eth0 wol d \n"
200 "\tethtool -s eth0 wol d \n"
Did.po197 " ethtool -s eth0 wol d \n"
201 " ethtool -s eth0 wol d \n"
Dde.po201 " ethtool -s eth0 wol d \n"
205 " ethtool -s eth0 wol d\n"
Dpt_BR.po201 " ethtool -s eth0 wol d \n"
205 " ethtool -s eth0 wol d \n"
Dfr.po200 " ethtool -s eth0 wol d \n"
204 " ethtool -s eth0 wol d \n"
Dhu.po200 " ethtool -s eth0 wol d \n"
204 " ethtool -s eth0 wol d \n"
Dnl.po196 " ethtool -s eth0 wol d \n"
Dit.po196 " ethtool -s eth0 wol d \n"
Des.po198 " ethtool -s eth0 wol d \n"
/external/cldr/tools/java/org/unicode/cldr/util/data/
DISO-639-2_values_8bits.txt469 wol||wo|Wolof|wolof
Diso-639-3.tab7071 wol wol wol wo I L Wolof
Diso-639-3_Name_Index.tab7352 wol Wolof Wolof
/external/icu/icu4c/source/data/misc/
Dmetadata.txt1258 wol{

12