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

/linux-master/drivers/net/ethernet/dec/tulip/
H A Dinterrupt.c140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5);
280 } while ((ioread32(tp->base_addr + CSR5) & RxIntr));
558 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) {
578 if (csr5 & (RxIntr | RxNoBuf)) {
H A Dtulip.h136 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
149 RxIntr = 0x40, enumerator in enum:status_bits
H A Dde2104x.c188 RxIntr = (1 << 6), enumerator in enum:__anon740
247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
510 if (status & (RxIntr | RxEmpty)) {
H A Dwinbond-840.c1120 if (intr_status & (RxIntr | RxNoBuf))

Completed in 108 milliseconds