Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Drtl8169.c650 RTKQ_MACSTAT | RTKQ_CMDSTOP; in re_attach()
668 RTKQ_MACSTAT | RTKQ_CMDSTOP | RTKQ_PHYWAKE_PM | in re_attach()
675 RTKQ_MACSTAT | RTKQ_CMDSTOP | RTKQ_NOJUMBO; in re_attach()
684 RTKQ_MACSTAT | RTKQ_CMDSTOP | RTKQ_NOJUMBO | in re_attach()
696 RTKQ_MACSTAT | RTKQ_CMDSTOP | RTKQ_NOJUMBO; in re_attach()
700 RTKQ_MACSTAT | RTKQ_CMDSTOP; in re_attach()
708 RTKQ_CMDSTOP; in re_attach()
713 RTKQ_CMDSTOP; /* CMDSTOP_WAIT_TXQ */ in re_attach()
2178 if ((sc->sc_quirk & RTKQ_CMDSTOP) != 0) in re_stop()
H A Drtl81x9var.h194 #define RTKQ_CMDSTOP 0x00000200 /* set STOPREQ on stop */ macro