Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/de/
H A Ddc21040reg.h169 #define TULIP_STS_TXINTR 0x00000001L /* (RW) Transmit Interrupt */ macro
H A Dif_de.c234 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_txprobe()
2910 sc->tulip_intrmask |= TULIP_STS_NORMALINTR|TULIP_STS_RXINTR|TULIP_STS_TXINTR in tulip_reset()
2938 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_init()
3604 if ((sc->tulip_intrmask & TULIP_STS_TXINTR) == 0) { in tulip_txput()
3605 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_txput()
3609 if (sc->tulip_intrmask & TULIP_STS_TXINTR) { in tulip_txput()
3610 sc->tulip_intrmask &= ~TULIP_STS_TXINTR; in tulip_txput()
3681 if ((sc->tulip_intrmask & TULIP_STS_TXINTR) == 0) { in tulip_txput_setup()
3682 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_txput_setup()