tag | line | file | source code |
rx_over_errors | 449 | drivers/net/3c501.c | el_status.stats.rx_over_errors++; |
rx_over_errors | 839 | drivers/net/3c507.c | if (frame_status & 0x0100) lp->stats.rx_over_errors++; |
rx_over_errors | 566 | drivers/net/3c509.c | case 0x2000: lp->stats.rx_over_errors++; break; |
rx_over_errors | 555 | drivers/net/8390.c | ei_local->stat.rx_over_errors++; |
rx_over_errors | 528 | drivers/net/at1700.c | if (status & 0x01) lp->stats.rx_over_errors++; |
rx_over_errors | 942 | drivers/net/eexpress.c | if (frame_status & 0x0100) lp->stats.rx_over_errors++; |
rx_over_errors | 705 | drivers/net/lance.c | if (status & 0x10) lp->stats.rx_over_errors++; |
rx_over_errors | 405 | drivers/net/skeleton.c | if (status & 0x10) lp->stats.rx_over_errors++; |
rx_over_errors | 77 | include/linux/if_ether.h | int rx_over_errors; /* receiver ring buff overflow */ |
rx_over_errors | 754 | net/inet/dev.c | stats->rx_length_errors + stats->rx_over_errors |