Lines Matching refs:wolopts
67 u32 wolopts; member
720 wolinfo->wolopts = pdata->wolopts; in smsc95xx_ethtool_get_wol()
730 pdata->wolopts = wolinfo->wolopts & SUPPORTED_WAKE; in smsc95xx_ethtool_set_wol()
732 ret = device_set_wakeup_enable(&dev->udev->dev, pdata->wolopts); in smsc95xx_ethtool_set_wol()
1239 if (pdata->wolopts & WAKE_PHY) in smsc95xx_enter_suspend0()
1443 if (!(pdata->wolopts & SUPPORTED_WAKE) || in smsc95xx_suspend()
1444 !(link_up || (pdata->wolopts & WAKE_PHY))) { in smsc95xx_suspend()
1472 if (pdata->wolopts & WAKE_PHY) { in smsc95xx_suspend()
1490 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1510 if (pdata->wolopts & WAKE_BCAST) { in smsc95xx_suspend()
1523 if (pdata->wolopts & WAKE_MCAST) { in smsc95xx_suspend()
1536 if (pdata->wolopts & WAKE_ARP) { in smsc95xx_suspend()
1549 if (pdata->wolopts & WAKE_UCAST) { in smsc95xx_suspend()
1600 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1618 if (pdata->wolopts & (WAKE_BCAST | WAKE_MCAST | WAKE_ARP | WAKE_UCAST)) { in smsc95xx_suspend()
1626 if (pdata->wolopts & WAKE_MAGIC) { in smsc95xx_suspend()
1646 if (pdata->wolopts & WAKE_PHY) in smsc95xx_suspend()