Searched refs:RxIntr (Results 1 – 4 of 4) sorted by relevance
140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5); in tulip_poll()276 } while ((ioread32(tp->base_addr + CSR5) & RxIntr)); in tulip_poll()551 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) { in tulip_interrupt()571 if (csr5 & (RxIntr | RxNoBuf)) { in tulip_interrupt()
136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)149 RxIntr = 0x40, enumerator
194 RxIntr = (1 << 6), enumerator253 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |513 if (status & (RxIntr | RxEmpty)) { in de_interrupt()
1137 if (intr_status & (RxIntr | RxNoBuf)) in intr_handler()