Lines Matching refs:wol_opts
342 /* wol_opts[] is used for controlling wake on lan behavior.
349 VELOCITY_PARAM(wol_opts, "Wake On Lan options");
491 velocity_set_int_opt(&opts->wol_opts, wol_opts[index],
2841 vptr->wol_opts = vptr->options.wol_opts;
3030 if (vptr->wol_opts & VELOCITY_WOL_PHY)
3034 if (vptr->wol_opts & VELOCITY_WOL_UCAST)
3037 if (vptr->wol_opts & VELOCITY_WOL_ARP) {
3436 if (vptr->wol_opts & VELOCITY_WOL_PHY)
3439 if (vptr->wol_opts & VELOCITY_WOL_UCAST)
3441 if (vptr->wol_opts & VELOCITY_WOL_ARP)
3452 vptr->wol_opts = VELOCITY_WOL_MAGIC;
3456 vptr->wol_opts|=VELOCITY_WOL_PHY;
3462 vptr->wol_opts |= VELOCITY_WOL_MAGIC;
3466 vptr->wol_opts |= VELOCITY_WOL_UCAST;
3470 vptr->wol_opts |= VELOCITY_WOL_ARP;