Searched refs:ENISR_TX_ERR (Results 1 – 3 of 3) sorted by relevance
187 #define ENISR_TX_ERR 0x08 /* Transmitter, with error */ macro
474 else if (interrupts & ENISR_TX_ERR) in __ei_interrupt()554 ei_outb_p(ENISR_TX_ERR, e8390_base + EN0_ISR); /* Ack intr. */ in ei_tx_err()820 unsigned char tx_completed = ei_inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()
1157 else if (interrupts & ENISR_TX_ERR) in ax_interrupt()1485 unsigned char tx_completed = inb_p(e8390_base+EN0_ISR) & (ENISR_TX+ENISR_TX_ERR); in ei_rx_overrun()