Lines Matching refs:wolopts
58 u32 wolopts; member
715 wolinfo->wolopts = pdata->wolopts; in smsc95xx_ethtool_get_wol()
725 if (wolinfo->wolopts & ~SUPPORTED_WAKE) in smsc95xx_ethtool_set_wol()
728 pdata->wolopts = wolinfo->wolopts & SUPPORTED_WAKE; in smsc95xx_ethtool_set_wol()
730 ret = device_set_wakeup_enable(&dev->udev->dev, pdata->wolopts); in smsc95xx_ethtool_set_wol()
1295 if (pdata->wolopts & WAKE_PHY) in smsc95xx_enter_suspend0()
1501 if (!(pdata->wolopts & SUPPORTED_WAKE) || in smsc95xx_suspend()
1502 !(link_up || (pdata->wolopts & WAKE_PHY))) { in smsc95xx_suspend()
1530 if (pdata->wolopts & WAKE_PHY) { in smsc95xx_suspend()
1548 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1568 if (pdata->wolopts & WAKE_BCAST) { in smsc95xx_suspend()
1581 if (pdata->wolopts & WAKE_MCAST) { in smsc95xx_suspend()
1594 if (pdata->wolopts & WAKE_ARP) { in smsc95xx_suspend()
1607 if (pdata->wolopts & WAKE_UCAST) { in smsc95xx_suspend()
1658 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1676 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1684 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1704 if (pdata->wolopts & WAKE_PHY) in smsc95xx_suspend()