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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dr8169.c449 RTL_FEATURE_WOL = (1 << 0), enumerator in enum:features
854 tp->features |= RTL_FEATURE_WOL;
856 tp->features &= ~RTL_FEATURE_WOL;
3146 tp->features |= RTL_FEATURE_WOL;
3148 tp->features |= RTL_FEATURE_WOL;
3221 device_set_wakeup_enable(&pdev->dev, tp->features & RTL_FEATURE_WOL);
4983 if (tp->features & RTL_FEATURE_WOL) {

Completed in 31 milliseconds