Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddc21040reg.h167 #define TULIP_STS_TXUNDERFLOW 0x00000020L /* (RW) Transmit Underflow */ macro
/openbsd/sys/dev/pci/
H A Dif_de.c3108 |TULIP_STS_TXUNDERFLOW|TULIP_STS_TXBABBLE in tulip_reset()
3574 if (mask == TULIP_STS_TXUNDERFLOW && (sc->tulip_flags & TULIP_NEWTXTHRESH)) { in tulip_print_abnormal_interrupt()
3659 if (csr & TULIP_STS_TXUNDERFLOW) { in tulip_intr_handler()