Home
last modified time | relevance | path

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

/freebsd/sys/dev/re/
H A Dif_re.c1442 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1447 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1472 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1483 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PHYWAKE_PM | in re_attach()
1621 if ((sc->rl_flags & RL_FLAG_PHYWAKE_PM) != 0) { in re_attach()
3919 (sc->rl_flags & RL_FLAG_PHYWAKE_PM) != 0) in re_setwol()
/freebsd/sys/dev/rl/
H A Dif_rlreg.h917 #define RL_FLAG_PHYWAKE_PM 0x00000004 macro