Lines Matching refs:wolopts
65 u32 wolopts; member
725 wolinfo->wolopts = pdata->wolopts; in smsc95xx_ethtool_get_wol()
735 if (wolinfo->wolopts & ~SUPPORTED_WAKE) in smsc95xx_ethtool_set_wol()
738 pdata->wolopts = wolinfo->wolopts & SUPPORTED_WAKE; in smsc95xx_ethtool_set_wol()
740 ret = device_set_wakeup_enable(&dev->udev->dev, pdata->wolopts); in smsc95xx_ethtool_set_wol()
1330 if (pdata->wolopts & WAKE_PHY) in smsc95xx_enter_suspend0()
1517 if (!(pdata->wolopts & SUPPORTED_WAKE) || in smsc95xx_suspend()
1518 !(link_up || (pdata->wolopts & WAKE_PHY))) { in smsc95xx_suspend()
1546 if (pdata->wolopts & WAKE_PHY) { in smsc95xx_suspend()
1557 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1577 if (pdata->wolopts & WAKE_BCAST) { in smsc95xx_suspend()
1590 if (pdata->wolopts & WAKE_MCAST) { in smsc95xx_suspend()
1603 if (pdata->wolopts & WAKE_ARP) { in smsc95xx_suspend()
1616 if (pdata->wolopts & WAKE_UCAST) { in smsc95xx_suspend()
1667 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1685 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1693 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1713 if (pdata->wolopts & WAKE_PHY) in smsc95xx_suspend()