Searched refs:wol_enabled (Results 1 – 2 of 2) sorted by relevance
1518 u8 wol_enabled; member
962 seq_printf(m, "wol_enabled\t0x%x\n", tp->wol_enabled); in proc_get_driver_variable()1356 tp->wol_enabled, in proc_get_driver_variable()4712 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()5078 device_set_wakeup_enable(tp_to_dev(tp), tp->wol_enabled); in rtl8168_set_wol()24038 tp->wol_enabled = WOL_DISABLED; in rtl8168_release_board()25655 device_set_wakeup_enable(&pdev->dev, tp->wol_enabled); in rtl8168_init_one()28408 if (tp->wol_enabled != WOL_ENABLED) return;28525 tp->wol_enabled = WOL_DISABLED;[all …]