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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dinterrupt.c140 iowrite32((RxIntr | RxNoBuf), tp->base_addr + CSR5);
533 if (!rxd && (csr5 & (RxIntr | RxNoBuf))) {
544 the poll function does Rx and RxNoBuf acking */
553 if (csr5 & (RxIntr | RxNoBuf)) {
657 if (csr5 & (RxDied | RxNoBuf)) {
H A Dtulip.h131 #define RxPollInt (RxIntr|RxNoBuf|RxDied|RxJabber)
143 RxNoBuf = 0x80, enumerator in enum:status_bits
H A Dxircom_tulip_cb.c215 EarlyTxIntr=0x400, RxDied=0x100, RxNoBuf=0x80, RxIntr=0x40, enumerator in enum:status_bits
246 RxDied | RxNoBuf | RxIntr | TxFIFOUnderflow | TxNoBuf | TxDied | TxIntr,
1075 if (csr5 & (RxIntr | RxNoBuf))
H A Dwinbond-840.c1135 if (intr_status & (RxIntr | RxNoBuf))
1137 if (intr_status & RxNoBuf)

Completed in 33 milliseconds