Lines Matching refs:wol_opts
358 VELOCITY_PARAM(wol_opts, "Wake On Lan options");
491 …velocity_set_int_opt(&opts->wol_opts, wol_opts[index], WOL_OPT_MIN, WOL_OPT_MAX, WOL_OPT_DEF, "Wak… in velocity_get_options()
2854 vptr->wol_opts = vptr->options.wol_opts; in velocity_probe()
3045 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_set_wol()
3048 if (vptr->wol_opts & VELOCITY_WOL_ARP) { in velocity_set_wol()
3436 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_ethtool_get_wol()
3438 if (vptr->wol_opts & VELOCITY_WOL_ARP) in velocity_ethtool_get_wol()
3449 vptr->wol_opts = VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3459 vptr->wol_opts |= VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3463 vptr->wol_opts |= VELOCITY_WOL_UCAST; in velocity_ethtool_set_wol()
3467 vptr->wol_opts |= VELOCITY_WOL_ARP; in velocity_ethtool_set_wol()