Searched refs:RTL_FEATURE_WOL (Results 1 – 1 of 1) sorted by relevance
729 RTL_FEATURE_WOL = (1 << 0), enumerator1840 tp->features |= RTL_FEATURE_WOL; in rtl8169_set_wol()1842 tp->features &= ~RTL_FEATURE_WOL; in rtl8169_set_wol()8203 tp->features |= RTL_FEATURE_WOL; in rtl_init_one()8205 tp->features |= RTL_FEATURE_WOL; in rtl_init_one()8209 tp->features |= RTL_FEATURE_WOL; in rtl_init_one()8213 tp->features |= RTL_FEATURE_WOL; in rtl_init_one()8340 device_set_wakeup_enable(&pdev->dev, tp->features & RTL_FEATURE_WOL); in rtl_init_one()