Searched refs:TULIP_STS_TXINTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/de/
H A Ddc21040reg.h169 #define TULIP_STS_TXINTR 0x00000001L /* (RW) Transmit Interrupt */ macro
H A Dif_de.c282 sc->tulip_intrmask |= TULIP_STS_TXINTR;
3232 sc->tulip_intrmask |= TULIP_STS_NORMALINTR|TULIP_STS_RXINTR|TULIP_STS_TXINTR
3279 sc->tulip_intrmask |= TULIP_STS_TXINTR;
4138 if ((sc->tulip_intrmask & TULIP_STS_TXINTR) == 0) {
4139 sc->tulip_intrmask |= TULIP_STS_TXINTR;
4143 if (sc->tulip_intrmask & TULIP_STS_TXINTR) {
4144 sc->tulip_intrmask &= ~TULIP_STS_TXINTR;
4227 if ((sc->tulip_intrmask & TULIP_STS_TXINTR) == 0) {
4228 sc->tulip_intrmask |= TULIP_STS_TXINTR;

Completed in 279 milliseconds