Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/via/
Dvia-velocity.c365 VELOCITY_PARAM(wol_opts, "Wake On Lan options");
499 …velocity_set_int_opt(&opts->wol_opts, wol_opts[index], WOL_OPT_MIN, WOL_OPT_MAX, WOL_OPT_DEF, "Wak… in velocity_get_options()
2872 vptr->wol_opts = vptr->options.wol_opts; in velocity_probe()
3063 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_set_wol()
3066 if (vptr->wol_opts & VELOCITY_WOL_ARP) { in velocity_set_wol()
3454 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_ethtool_get_wol()
3456 if (vptr->wol_opts & VELOCITY_WOL_ARP) in velocity_ethtool_get_wol()
3467 vptr->wol_opts = VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3477 vptr->wol_opts |= VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3481 vptr->wol_opts |= VELOCITY_WOL_UCAST; in velocity_ethtool_set_wol()
[all …]
Dvia-velocity.h1419 int wol_opts; /* Wake on lan options */ member
1489 int wol_opts; member