Searched refs:IntrRxEmpty (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dstarfire.c370 IntrRxEmpty=IntrRxDescQ1Low | IntrRxDescQ2Low, enumerator in enum:intr_status_bits
1046 writel(IntrRxDone | IntrRxEmpty | IntrDMAErr |
1338 if (intr_status & (IntrRxDone | IntrRxEmpty)) {
1344 enable &= ~(IntrRxDone | IntrRxEmpty);
1351 if (enable & (IntrRxDone | IntrRxEmpty)) {
1355 enable &= ~(IntrRxDone | IntrRxEmpty);
1578 writel(IntrRxDone | IntrRxEmpty, ioaddr + IntrClear);
1584 } while (intr_status & (IntrRxDone | IntrRxEmpty));
1588 intr_status |= IntrRxDone | IntrRxEmpty;
H A Dvia-rhine.c309 IntrRxDone=0x0001, IntrRxErr=0x0004, IntrRxEmpty=0x0020, enumerator in enum:intr_status_bits
594 iowrite16(IntrRxDone | IntrRxErr | IntrRxEmpty| IntrRxOverflow |
1064 iowrite16(IntrRxDone | IntrRxErr | IntrRxEmpty| IntrRxOverflow |
1328 IntrRxWakeUp | IntrRxEmpty | IntrRxNoBuf)) {

Completed in 68 milliseconds