Searched refs:RxUnderrun (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 Dpci-skeleton.c295 RxUnderrun = 0x20, enumerator in enum:IntrStatusBits
591 PCIErr | PCSTimeout | RxUnderrun | RxOverflow | RxFIFOOver |
1599 if ((status & RxUnderrun) && link_changed &&
1611 status &= ~RxUnderrun;
1614 if (status & (RxUnderrun | RxOverflow | RxErr | RxFIFOOver))
1619 if (status & (RxUnderrun | RxFIFOOver))
1663 (PCIErr | PCSTimeout | RxUnderrun | RxOverflow |
1668 if (status & (PCIErr | PCSTimeout | RxUnderrun | RxOverflow |
1673 if (status & (RxOK | RxUnderrun | RxOverflow | RxFIFOOver)) /* Rx interrupt */
H A D8139too.c346 RxUnderrun = 0x20, enumerator in enum:IntrStatusBits
669 PCIErr | PCSTimeout | RxUnderrun | RxOverflow | RxFIFOOver |
673 PCIErr | PCSTimeout | RxUnderrun |
2045 if ((status & RxUnderrun) && link_changed &&
2048 status &= ~RxUnderrun;
2051 if (status & (RxUnderrun | RxErr))
2056 if (status & RxUnderrun)
2127 if (unlikely(status & RxUnderrun))
2144 if (unlikely(status & (PCIErr | PCSTimeout | RxUnderrun | RxErr)))

Completed in 175 milliseconds