Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5); in tulip_poll()
558 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) { in tulip_interrupt()
578 if (csr5 & (RxIntr | RxNoBuf)) { in tulip_interrupt()
690 if (csr5 & (RxDied | RxNoBuf)) { in tulip_interrupt()
H A Dtulip.h136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
148 RxNoBuf = 0x80, enumerator
H A Dwinbond-840.c1120 if (intr_status & (RxIntr | RxNoBuf)) in intr_handler()
1122 if (intr_status & RxNoBuf) in intr_handler()