Home
last modified time | relevance | path

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

/NextBSD/sys/dev/re/
HDif_re.c1429 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1434 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1459 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1470 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1612 if ((sc->rl_flags & RL_FLAG_PHYWAKE_PM) != 0) { in re_attach()
3897 (sc->rl_flags & RL_FLAG_PHYWAKE_PM) != 0) in re_setwol()
/NextBSD/sys/dev/rl/
HDif_rlreg.h918 #define RL_FLAG_PHYWAKE_PM 0x00000004 macro