Home
last modified time | relevance | path

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

/trueos/sys/dev/re/
HDif_re.c1422 RL_FLAG_AUTOPAD | RL_FLAG_MACSLEEP; in re_attach()
1446 sc->rl_flags |= RL_FLAG_MACSLEEP; in re_attach()
1450 sc->rl_flags |= RL_FLAG_MACSLEEP; in re_attach()
1600 if ((sc->rl_flags & RL_FLAG_MACSLEEP) != 0) { in re_attach()
3701 if ((sc->rl_flags & RL_FLAG_MACSLEEP) != 0) { in re_resume()
3831 if ((sc->rl_flags & RL_FLAG_MACSLEEP) != 0) { in re_setwol()
/trueos/sys/pci/
HDif_rlreg.h928 #define RL_FLAG_MACSLEEP 0x00002000 macro