Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dre.c726 RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 | RL_FLAG_WOL_MANLINK; in re_attach()
732 RL_FLAG_CMDSTOP | RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 | in re_attach()
739 RL_FLAG_JUMBOV2 | RL_FLAG_WAIT_TXPOLL | RL_FLAG_WOL_MANLINK; in re_attach()
745 RL_FLAG_CMDSTOP | RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 | in re_attach()
752 RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 | RL_FLAG_CMDSTOP_WAIT_TXQ | in re_attach()
762 RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 | RL_FLAG_CMDSTOP_WAIT_TXQ | in re_attach()
777 sc->rl_flags |= RL_FLAG_JUMBOV2 | RL_FLAG_WOL_MANLINK; in re_attach()
1314 if ((sc->rl_flags & RL_FLAG_JUMBOV2) != 0 && in re_rxeof()
1635 if ((sc->rl_flags & RL_FLAG_JUMBOV2) && in re_encap()
1943 if ((sc->rl_flags & RL_FLAG_JUMBOV2) != 0) in re_init()
[all …]
H A Drtl81x9reg.h919 #define RL_FLAG_JUMBOV2 0x00100000 macro