Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c589 if (priv->wol_opts & GFAR_WOL_MAGIC) in gfar_get_wol()
592 if (priv->wol_opts & GFAR_WOL_FILER_UCAST) in gfar_get_wol()
599 u16 wol_opts = 0; in gfar_set_wol() local
609 wol_opts |= GFAR_WOL_MAGIC; in gfar_set_wol()
612 wol_opts |= GFAR_WOL_FILER_UCAST; in gfar_set_wol()
615 wol_opts &= priv->wol_supported; in gfar_set_wol()
616 priv->wol_opts = 0; in gfar_set_wol()
618 err = device_set_wakeup_enable(priv->dev, wol_opts); in gfar_set_wol()
622 priv->wol_opts = wol_opts; in gfar_set_wol()
Dgianfar.h1165 u16 wol_opts; member
Dgianfar.c3524 if (priv->wol_opts & GFAR_WOL_FILER_UCAST) { in gfar_filer_config_wol()
3605 u16 wol = priv->wol_opts; in gfar_suspend()
3648 u16 wol = priv->wol_opts; in gfar_resume()
/Linux-v5.4/drivers/net/ethernet/via/
Dvia-velocity.c348 VELOCITY_PARAM(wol_opts, "Wake On Lan options");
481 …velocity_set_int_opt(&opts->wol_opts, wol_opts[index], WOL_OPT_MIN, WOL_OPT_MAX, WOL_OPT_DEF, "Wak… in velocity_get_options()
2834 vptr->wol_opts = vptr->options.wol_opts; in velocity_probe()
3029 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_set_wol()
3032 if (vptr->wol_opts & VELOCITY_WOL_ARP) { in velocity_set_wol()
3428 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_ethtool_get_wol()
3430 if (vptr->wol_opts & VELOCITY_WOL_ARP) in velocity_ethtool_get_wol()
3441 vptr->wol_opts = VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3451 vptr->wol_opts |= VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3455 vptr->wol_opts |= VELOCITY_WOL_UCAST; in velocity_ethtool_set_wol()
[all …]
Dvia-velocity.h1410 int wol_opts; /* Wake on lan options */ member
1480 int wol_opts; member