Lines Matching refs:wolopts
65 u32 wolopts; member
727 wolinfo->wolopts = pdata->wolopts; in smsc95xx_ethtool_get_wol()
737 if (wolinfo->wolopts & ~SUPPORTED_WAKE) in smsc95xx_ethtool_set_wol()
740 pdata->wolopts = wolinfo->wolopts & SUPPORTED_WAKE; in smsc95xx_ethtool_set_wol()
742 ret = device_set_wakeup_enable(&dev->udev->dev, pdata->wolopts); in smsc95xx_ethtool_set_wol()
1335 if (pdata->wolopts & WAKE_PHY) in smsc95xx_enter_suspend0()
1522 if (!(pdata->wolopts & SUPPORTED_WAKE) || in smsc95xx_suspend()
1523 !(link_up || (pdata->wolopts & WAKE_PHY))) { in smsc95xx_suspend()
1551 if (pdata->wolopts & WAKE_PHY) { in smsc95xx_suspend()
1562 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1582 if (pdata->wolopts & WAKE_BCAST) { in smsc95xx_suspend()
1595 if (pdata->wolopts & WAKE_MCAST) { in smsc95xx_suspend()
1608 if (pdata->wolopts & WAKE_ARP) { in smsc95xx_suspend()
1621 if (pdata->wolopts & WAKE_UCAST) { in smsc95xx_suspend()
1672 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1690 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1698 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1718 if (pdata->wolopts & WAKE_PHY) in smsc95xx_suspend()