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

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5);
558 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) {
569 the poll function does Rx and RxNoBuf acking */
578 if (csr5 & (RxIntr | RxNoBuf)) {
690 if (csr5 & (RxDied | RxNoBuf)) {
H A Dtulip.h136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
148 RxNoBuf = 0x80, enumerator in enum:status_bits
H A Dwinbond-840.c1120 if (intr_status & (RxIntr | RxNoBuf))
1122 if (intr_status & RxNoBuf)

Completed in 198 milliseconds