Home
last modified time | relevance | path

Searched refs:WOL_ENABLED (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1386 WOL_ENABLED = 1 enumerator
H A Dr8168_n.c4712 tp->wol_enabled = (tp->wol_opts || tp->dash_printer_enabled) ? WOL_ENABLED : WOL_DISABLED; in rtl8168_get_hw_wol()
4919 if (tp->wol_enabled == WOL_ENABLED || tp->DASH || tp->EnableKCPOffload) { in rtl8168_powerdown_pll()
5074 tp->wol_enabled = (tp->wol_opts || tp->dash_printer_enabled) ? WOL_ENABLED : WOL_DISABLED; in rtl8168_set_wol()
28408 if (tp->wol_enabled != WOL_ENABLED) return;