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],
2840 vptr->wol_opts = vptr->options.wol_opts;
3032 if (vptr->wol_opts & VELOCITY_WOL_PHY)
3036 if (vptr->wol_opts & VELOCITY_WOL_UCAST)
3039 if (vptr->wol_opts & VELOCITY_WOL_ARP) {
3438 if (vptr->wol_opts & VELOCITY_WOL_PHY)
3441 if (vptr->wol_opts & VELOCITY_WOL_UCAST)
3443 if (vptr->wol_opts & VELOCITY_WOL_ARP)
3454 vptr->wol_opts = VELOCITY_WOL_MAGIC;
3458 vptr->wol_opts|=VELOCITY_WOL_PHY;
3464 vptr->wol_opts |= VELOCITY_WOL_MAGIC;
3468 vptr->wol_opts |= VELOCITY_WOL_UCAST;
3472 vptr->wol_opts |= VELOCITY_WOL_ARP;