Searched refs:TULIP_STS_TXINTR (Results 1 – 2 of 2) sorted by relevance
171 #define TULIP_STS_TXINTR 0x00000001L /* (RW) Transmit Interrupt */ macro
282 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()