Searched refs:PCIErr (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.c292 PCIErr = 0x8000, enumerator in enum:IntrStatusBits
591 PCIErr | PCSTimeout | RxUnderrun | RxOverflow | RxFIFOOver |
1626 if (status & PCIErr) {
1663 (PCIErr | PCSTimeout | RxUnderrun | RxOverflow |
1668 if (status & (PCIErr | PCSTimeout | RxUnderrun | RxOverflow |
H A D8139too.c343 PCIErr = 0x8000, enumerator in enum:IntrStatusBits
669 PCIErr | PCSTimeout | RxUnderrun | RxOverflow | RxFIFOOver |
673 PCIErr | PCSTimeout | RxUnderrun |
2058 if (status & PCIErr) {
2144 if (unlikely(status & (PCIErr | PCSTimeout | RxUnderrun | RxErr)))

Completed in 104 milliseconds