Lines Matching refs:wolopts
45 wol->wolopts = priv->wolopts; in bcmgenet_get_wol()
48 if (wol->wolopts & WAKE_MAGICSECURE) in bcmgenet_get_wol()
63 if (wol->wolopts & ~(WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER)) in bcmgenet_set_wol()
66 if (wol->wolopts & WAKE_MAGICSECURE) in bcmgenet_set_wol()
70 if (wol->wolopts) { in bcmgenet_set_wol()
84 priv->wolopts = wol->wolopts; in bcmgenet_set_wol()
138 if (priv->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in bcmgenet_wol_power_down_cfg()
141 if (priv->wolopts & WAKE_MAGICSECURE) { in bcmgenet_wol_power_down_cfg()
149 if (priv->wolopts & WAKE_FILTER) { in bcmgenet_wol_power_down_cfg()
216 if (priv->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in bcmgenet_wol_power_up_cfg()
225 if (priv->wolopts & WAKE_FILTER) { in bcmgenet_wol_power_up_cfg()