Searched refs:TG3_FLAG_WOL_CAP (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.c2626 if (tp->tg3_flags & TG3_FLAG_WOL_CAP)
9681 if ((tp->tg3_flags & TG3_FLAG_WOL_CAP) &&
9701 !((tp->tg3_flags & TG3_FLAG_WOL_CAP) && device_can_wakeup(dp)))
12011 tp->tg3_flags |= TG3_FLAG_EEPROM_WRITE_PROT | TG3_FLAG_WOL_CAP;
12153 tp->tg3_flags &= ~TG3_FLAG_WOL_CAP;
12155 if ((tp->tg3_flags & TG3_FLAG_WOL_CAP) &&
12190 device_init_wakeup(&tp->pdev->dev, tp->tg3_flags & TG3_FLAG_WOL_CAP);
H A Dtg3.h2795 #define TG3_FLAG_WOL_CAP 0x00400000 macro

Completed in 60 milliseconds