Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Ddc21040reg.h171 #define TULIP_STS_TXINTR 0x00000001L /* (RW) Transmit Interrupt */ macro
H A Dif_de.c282 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_txprobe()
3232 sc->tulip_intrmask |= TULIP_STS_NORMALINTR|TULIP_STS_RXINTR|TULIP_STS_TXINTR in tulip_reset()
3279 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_init_locked()
4138 if ((sc->tulip_intrmask & TULIP_STS_TXINTR) == 0) { in tulip_txput()
4139 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_txput()
4143 if (sc->tulip_intrmask & TULIP_STS_TXINTR) { in tulip_txput()
4144 sc->tulip_intrmask &= ~TULIP_STS_TXINTR; in tulip_txput()
4227 if ((sc->tulip_intrmask & TULIP_STS_TXINTR) == 0) { in tulip_txput_setup()
4228 sc->tulip_intrmask |= TULIP_STS_TXINTR; in tulip_txput_setup()