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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dinterrupt.c137 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5);
270 } while ((ioread32(tp->base_addr + CSR5) & RxIntr));
542 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) {
562 if (csr5 & (RxIntr | RxNoBuf)) {
H A Dtulip.h139 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
152 RxIntr = 0x40, enumerator in enum:status_bits
H A Dde2104x.c192 RxIntr = (1 << 6), enumerator in enum:__anon13466
251 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
515 if (status & (RxIntr | RxEmpty)) {
H A Dwinbond-840.c1138 if (intr_status & (RxIntr | RxNoBuf))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Driointr.c170 static int RxIntr; variable
198 RxIntr++;

Completed in 98 milliseconds