tag | line | file | source code |
rx_fifo_errors | 855 | drivers/net/3c505.c | adapter->stats.rx_fifo_errors += adapter->irx_pcb.data.netstat.err_ovrrun; |
rx_fifo_errors | 836 | drivers/net/3c507.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 630 | drivers/net/3c509.c | lp->stats.rx_fifo_errors += inb(ioaddr + 5); |
rx_fifo_errors | 1003 | drivers/net/3c59x.c | vp->stats.rx_fifo_errors += inb(ioaddr + 5); |
rx_fifo_errors | 492 | drivers/net/8390.c | ei_local->stat.rx_fifo_errors++; |
rx_fifo_errors | 366 | drivers/net/apricot.c | if ((lp->scb.rfd->stat) & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1197 | drivers/net/de4x5.c | if (status & RD_OF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 909 | drivers/net/depca.c | if (status & R_BUFF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 608 | drivers/net/eexpress.c | lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 998 | drivers/net/ewrk3.c | if (rx_status & R_PLL) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1026 | drivers/net/lance.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 684 | drivers/net/lance32.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1279 | drivers/net/ni52.c | p->stats.rx_fifo_errors += ovrn; |
rx_fifo_errors | 3123 | drivers/net/ppp.c | ppp_stats.rx_fifo_errors = 0; |
rx_fifo_errors | 1302 | drivers/net/pt.c | lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 456 | drivers/net/skeleton.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 837 | drivers/net/slip.c | stats.rx_fifo_errors = sl->rx_compressed; |
rx_fifo_errors | 842 | drivers/net/slip.c | stats.rx_fifo_errors += comp->sls_i_compressed; |
rx_fifo_errors | 1389 | drivers/net/smc9194.c | lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 387 | drivers/net/sunlance.c | if (bits & LE_R1_BUF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 997 | drivers/net/tulip.c | if (status & TRING_RxFIFO) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1545 | drivers/net/wavelan.c | lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 543 | drivers/net/znet.c | if (status & 0x0100) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 107 | include/linux/if_ether.h | int rx_fifo_errors; /* recv'r fifo overrun */ |
rx_fifo_errors | 863 | net/core/dev.c | stats->rx_fifo_errors, |