tag | line | file | source code |
rx_fifo_errors | 812 | drivers/net/3c507.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 503 | drivers/net/3c509.c | lp->stats.rx_fifo_errors += inb(ioaddr + 5); |
rx_fifo_errors | 465 | drivers/net/8390.c | ei_local->stat.rx_fifo_errors++; |
rx_fifo_errors | 1027 | drivers/net/depca.c | if (status & R_BUFF) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 919 | drivers/net/eexpress.c | if (frame_status & 0x0200) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 717 | drivers/net/lance.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 1849 | drivers/net/ppp.c | ppp_stats.rx_fifo_errors = 0; |
rx_fifo_errors | 364 | drivers/net/skeleton.c | if (status & 0x04) lp->stats.rx_fifo_errors++; |
rx_fifo_errors | 753 | drivers/net/slip.c | stats.rx_fifo_errors = comp->sls_i_compressed; |
rx_fifo_errors | 69 | include/linux/if_ether.h | int rx_fifo_errors; /* recv'r fifo overrun */ |
rx_fifo_errors | 909 | net/inet/dev.c | stats->rx_fifo_errors, |