Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h241 #define FXP_FLAG_WOLCAP 0x2000 /* WOL capability */ macro
H A Dif_fxp.c528 sc->flags |= FXP_FLAG_WOLCAP; in fxp_attach()
860 if (sc->flags & FXP_FLAG_WOLCAP) { in fxp_attach()
912 if ((sc->flags & FXP_FLAG_WOLCAP) != 0) { in fxp_attach()
1111 if ((sc->flags & FXP_FLAG_WOLCAP) != 0) in fxp_resume()