Lines Matching refs:wol_opts
349 VELOCITY_PARAM(wol_opts, "Wake On Lan options");
491 velocity_set_int_opt(&opts->wol_opts, wol_opts[index], in velocity_get_options()
2840 vptr->wol_opts = vptr->options.wol_opts; in velocity_probe()
3036 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_set_wol()
3039 if (vptr->wol_opts & VELOCITY_WOL_ARP) { in velocity_set_wol()
3441 if (vptr->wol_opts & VELOCITY_WOL_UCAST) in velocity_ethtool_get_wol()
3443 if (vptr->wol_opts & VELOCITY_WOL_ARP) in velocity_ethtool_get_wol()
3454 vptr->wol_opts = VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3464 vptr->wol_opts |= VELOCITY_WOL_MAGIC; in velocity_ethtool_set_wol()
3468 vptr->wol_opts |= VELOCITY_WOL_UCAST; in velocity_ethtool_set_wol()
3472 vptr->wol_opts |= VELOCITY_WOL_ARP; in velocity_ethtool_set_wol()