Home
last modified time | relevance | path

Searched refs:wol_opts (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c568 if (priv->wol_opts & GFAR_WOL_MAGIC) in gfar_get_wol()
571 if (priv->wol_opts & GFAR_WOL_FILER_UCAST) in gfar_get_wol()
578 u16 wol_opts = 0; in gfar_set_wol() local
588 wol_opts |= GFAR_WOL_MAGIC; in gfar_set_wol()
591 wol_opts |= GFAR_WOL_FILER_UCAST; in gfar_set_wol()
594 wol_opts &= priv->wol_supported; in gfar_set_wol()
595 priv->wol_opts = 0; in gfar_set_wol()
597 err = device_set_wakeup_enable(priv->dev, wol_opts); in gfar_set_wol()
601 priv->wol_opts = wol_opts; in gfar_set_wol()
H A Dgianfar.h1208 u16 wol_opts; member
H A Dgianfar.c3382 if (priv->wol_opts & GFAR_WOL_FILER_UCAST) { in gfar_filer_config_wol()
3463 u16 wol = priv->wol_opts; in gfar_suspend()
3506 u16 wol = priv->wol_opts; in gfar_resume()
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c349 VELOCITY_PARAM(wol_opts, "Wake On Lan options");
491 velocity_set_int_opt(&opts->wol_opts, wol_opts[index], in velocity_get_options()
2842 vptr->wol_opts = vptr->options.wol_opts; in velocity_probe()
3033 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_set_wol()
3036 if (vptr->wol_opts & VELOCITY_WOL_ARP) { in velocity_set_wol()
3438 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_ethtool_get_wol()
3440 if (vptr->wol_opts & VELOCITY_WOL_ARP) in velocity_ethtool_get_wol()
3451 vptr->wol_opts = VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3461 vptr->wol_opts |= VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3465 vptr->wol_opts |= VELOCITY_WOL_UCAST; in velocity_ethtool_set_wol()
[all …]
H A Dvia-velocity.h1365 int wol_opts; /* Wake on lan options */ member
1435 int wol_opts; member