Home
last modified time | relevance | path

Searched refs:ENISR_COUNTERS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/8390/
H A D8390.h202 #define ENISR_COUNTERS 0x20 /* Counters need emptying */ macro
H A Dlib8390.c479 if (interrupts & ENISR_COUNTERS) { in __ei_interrupt()
483 ei_outb_p(ENISR_COUNTERS, e8390_base + EN0_ISR); /* Ack intr. */ in __ei_interrupt()
H A Daxnet_cs.c1163 if (interrupts & ENISR_COUNTERS) in ax_interrupt()