Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5); in tulip_poll()
280 } while ((ioread32(tp->base_addr + CSR5) & RxIntr)); in tulip_poll()
558 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) { in tulip_interrupt()
578 if (csr5 & (RxIntr | RxNoBuf)) { in tulip_interrupt()
H A Dtulip.h136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
149 RxIntr = 0x40, enumerator