Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Drtl8169.c587 sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD | in re_attach()
607 sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD | in re_attach()
613 sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD | in re_attach()
620 sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD | in re_attach()
632 sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD | in re_attach()
639 sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD; in re_attach()
845 if ((sc->sc_quirk & RTKQ_DESCV2) != 0) in re_attach()
1300 if ((sc->sc_quirk & RTKQ_DESCV2) == 0) { in re_rxeof()
1568 if ((sc->sc_quirk & RTKQ_DESCV2) == 0) { in re_start()
1614 (sc->sc_quirk & RTKQ_DESCV2) == 0)) { in re_start()
H A Drtl81x9var.h189 #define RTKQ_DESCV2 0x00000020 /* has V2 TX/RX descriptor */ macro