Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/re/
Dif_re.c1436 RL_FLAG_AUTOPAD | RL_FLAG_MACSLEEP; in re_attach()
1460 sc->rl_flags |= RL_FLAG_MACSLEEP; in re_attach()
1464 sc->rl_flags |= RL_FLAG_MACSLEEP; in re_attach()
1615 if ((sc->rl_flags & RL_FLAG_MACSLEEP) != 0) { in re_attach()
3749 if ((sc->rl_flags & RL_FLAG_MACSLEEP) != 0) { in re_resume()
3879 if ((sc->rl_flags & RL_FLAG_MACSLEEP) != 0) { in re_setwol()
/freebsd-12-stable/sys/dev/rl/
Dif_rlreg.h929 #define RL_FLAG_MACSLEEP 0x00002000 macro