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

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h238 #define FXP_FLAG_WOLCAP 0x2000 /* WOL capability */ macro
H A Dif_fxp.c528 sc->flags |= FXP_FLAG_WOLCAP;
860 if (sc->flags & FXP_FLAG_WOLCAP) {
912 if ((sc->flags & FXP_FLAG_WOLCAP) != 0) {
1111 if ((sc->flags & FXP_FLAG_WOLCAP) != 0)

Completed in 119 milliseconds