tag | line | file | source code |
rx_fifo_errors | 772 | drivers/net/3c505.c | adapter->stats.rx_fifo_errors += adapter->irx_pcb.data.netstat.err_ovrrun; |
rx_fifo_errors | 811 | drivers/net/3c507.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 518 | drivers/net/3c509.c | lp->stats.rx_fifo_errors += inb(ioaddr + 5); |
rx_fifo_errors | 463 | drivers/net/8390.c | ei_local->stat.rx_fifo_errors++; |
rx_fifo_errors | 350 | drivers/net/apricot.c | if ((lp->scb.rfd->stat) & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1030 | drivers/net/depca.c | if (status & R_BUFF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 918 | drivers/net/eexpress.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 820 | drivers/net/lance.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1863 | drivers/net/ppp.c | ppp_stats.rx_fifo_errors = 0; |
rx_fifo_errors | 363 | drivers/net/skeleton.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 733 | drivers/net/slip.c | stats.rx_fifo_errors = comp->sls_i_compressed; |
rx_fifo_errors | 545 | drivers/net/znet.c | if (status & 0x0100) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 69 | include/linux/if_ether.h | int rx_fifo_errors; /* recv'r fifo overrun */ |
rx_fifo_errors | 956 | net/inet/dev.c | stats->rx_fifo_errors, |