Home
last modified time | relevance | path

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

/openbmc/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
H A Dde2104x.c188 RxIntr = (1 << 6), enumerator
247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
510 if (status & (RxIntr | RxEmpty)) { in de_interrupt()
H A Dwinbond-840.c1120 if (intr_status & (RxIntr | RxNoBuf)) in intr_handler()