Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dxlreg.h580 #define XL_FLAG_WOL 0x0400 macro
H A Dxl.c2326 if ((sc->xl_flags & XL_FLAG_WOL) && sc->wol_power) { in xl_wol_power()
2647 sc->xl_flags |= XL_FLAG_WOL; in xl_wol()
2650 sc->xl_flags &= ~XL_FLAG_WOL; in xl_wol()