tag | line | file | source code |
rx_fifo_errors | 770 | drivers/net/3c505.c | adapter->stats.rx_fifo_errors += adapter->irx_pcb.data.netstat.err_ovrrun; |
rx_fifo_errors | 830 | drivers/net/3c507.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 555 | drivers/net/3c509.c | lp->stats.rx_fifo_errors += inb(ioaddr + 5); |
rx_fifo_errors | 472 | 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 | 957 | drivers/net/de4x5.c | if (status & RD_OF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1054 | drivers/net/depca.c | if (status & R_BUFF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 936 | drivers/net/eexpress.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1034 | drivers/net/ewrk3.c | if (rx_status & PLL) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 912 | 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 | 1874 | drivers/net/ppp.c | ppp_stats.rx_fifo_errors = 0; |
rx_fifo_errors | 414 | drivers/net/skeleton.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 764 | drivers/net/slip.c | stats.rx_fifo_errors = sl->rx_compressed; |
rx_fifo_errors | 769 | drivers/net/slip.c | stats.rx_fifo_errors += comp->sls_i_compressed; |
rx_fifo_errors | 597 | drivers/net/tulip.c | if (status & 0x0001) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1469 | 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 | 69 | include/linux/if_ether.h | int rx_fifo_errors; /* recv'r fifo overrun */ |
rx_fifo_errors | 907 | net/inet/dev.c | stats->rx_fifo_errors, |