Searched refs:TG3_FLAG_INIT_COMPLETE (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.c2106 (tp_peer->tg3_flags & TG3_FLAG_INIT_COMPLETE) != 0)
2147 (tp_peer->tg3_flags & TG3_FLAG_INIT_COMPLETE) != 0)
3091 !(tp->tg3_flags & TG3_FLAG_INIT_COMPLETE))
3692 if ((tp->tg3_flags & TG3_FLAG_INIT_COMPLETE) &&
3953 (tp->tg3_flags & TG3_FLAG_INIT_COMPLETE)) {
7611 if (tp->tg3_flags & TG3_FLAG_INIT_COMPLETE)
8872 tp->tg3_flags &= ~TG3_FLAG_INIT_COMPLETE;
8959 tp->tg3_flags |= TG3_FLAG_INIT_COMPLETE;
9007 tp->tg3_flags &= ~TG3_FLAG_INIT_COMPLETE;
10880 tp->tg3_flags |= TG3_FLAG_INIT_COMPLETE;
[all...]
H A Dtg3.h2803 #define TG3_FLAG_INIT_COMPLETE 0x80000000 macro

Completed in 202 milliseconds