| tag | line | file | source code |
| rx_fifo_errors | 763 | drivers/net/3c505.c | adapter->stats.rx_fifo_errors += adapter->irx_pcb.data.netstat.err_ovrrun; |
| rx_fifo_errors | 840 | drivers/net/3c507.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 567 | drivers/net/3c509.c | lp->stats.rx_fifo_errors += inb(ioaddr + 5); |
| rx_fifo_errors | 489 | drivers/net/8390.c | ei_local->stat.rx_fifo_errors++; |
| rx_fifo_errors | 371 | drivers/net/apricot.c | if ((lp->scb.rfd->stat) & 0x0200) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 2397 | drivers/net/arcnet.c | lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 2485 | drivers/net/arcnet.c | lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 1146 | drivers/net/de4x5.c | if (status & RD_OF) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 936 | drivers/net/depca.c | if (status & R_BUFF) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 933 | drivers/net/eexpress.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 1036 | drivers/net/ewrk3.c | if (rx_status & PLL) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 979 | drivers/net/lance.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 1069 | drivers/net/ni52.c | p->stats.rx_fifo_errors += ovrn; |
| rx_fifo_errors | 3211 | drivers/net/ppp.c | ppp_stats.rx_fifo_errors = 0; |
| rx_fifo_errors | 437 | drivers/net/skeleton.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 820 | drivers/net/slip.c | stats.rx_fifo_errors = sl->rx_compressed; |
| rx_fifo_errors | 825 | drivers/net/slip.c | stats.rx_fifo_errors += comp->sls_i_compressed; |
| rx_fifo_errors | 603 | drivers/net/tulip.c | if (status & 0x0001) 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 | 83 | include/linux/if_ether.h | int rx_fifo_errors; /* recv'r fifo overrun */ |
| rx_fifo_errors | 886 | net/core/dev.c | stats->rx_fifo_errors, |