Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/amd/
Damd8111e.c1422 if (lp->options & OPTION_WOL_ENABLE) in amd8111e_get_wol()
1434 (OPTION_WOL_ENABLE | OPTION_WAKE_MAGIC_ENABLE); in amd8111e_set_wol()
1437 (OPTION_WOL_ENABLE | OPTION_WAKE_PHY_ENABLE); in amd8111e_set_wol()
1439 lp->options &= ~OPTION_WOL_ENABLE; in amd8111e_set_wol()
1606 if (lp->options & OPTION_WOL_ENABLE) { in amd8111e_suspend()
Damd8111e.h584 #define OPTION_WOL_ENABLE 0x0008 macro