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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtg3.c2072 if ((tp->tg3_flags & TG3_FLAG_WOL_ENABLE) != 0 ||
2074 (tp_peer->tg3_flags & TG3_FLAG_WOL_ENABLE) != 0 ||
2545 (tp->tg3_flags & TG3_FLAG_WOL_ENABLE);
9687 if ((tp->tg3_flags & TG3_FLAG_WOL_ENABLE) &&
9706 tp->tg3_flags |= TG3_FLAG_WOL_ENABLE;
9709 tp->tg3_flags &= ~TG3_FLAG_WOL_ENABLE;
12023 tp->tg3_flags |= TG3_FLAG_WOL_ENABLE;
12157 tp->tg3_flags |= TG3_FLAG_WOL_ENABLE;
12192 tp->tg3_flags & TG3_FLAG_WOL_ENABLE);
H A Dtg3.h2782 #define TG3_FLAG_WOL_ENABLE 0x00000800 macro

Completed in 62 milliseconds