| tag | line | file | source code |
| rx_fifo_errors | 838 | drivers/net/3c507.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 538 | drivers/net/3c509.c | lp->stats.rx_fifo_errors += inb(ioaddr + 5); |
| rx_fifo_errors | 520 | drivers/net/8390.c | ei_local->stat.rx_fifo_errors++; |
| rx_fifo_errors | 941 | drivers/net/eexpress.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 707 | drivers/net/lance.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 407 | drivers/net/skeleton.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
| rx_fifo_errors | 78 | include/linux/if_ether.h | int rx_fifo_errors; /* recv'r fifo overrun */ |
| rx_fifo_errors | 690 | net/inet/dev.c | stats->rx_fifo_errors, |