tag | line | file | source code |
tx_errors | 337 | drivers/net/3c501.c | lp->stats.tx_errors++; |
tx_errors | 554 | drivers/net/3c507.c | lp->stats.tx_errors++; |
tx_errors | 376 | drivers/net/8390.c | ei_local->stat.tx_errors++; |
tx_errors | 415 | drivers/net/apricot.c | lp->stats.tx_errors++; |
tx_errors | 591 | drivers/net/apricot.c | lp->stats.tx_errors++; |
tx_errors | 823 | drivers/net/apricot.c | lp->stats.tx_errors++; |
tx_errors | 380 | drivers/net/at1700.c | lp->stats.tx_errors++; |
tx_errors | 424 | drivers/net/atp.c | lp->stats.tx_errors++; |
tx_errors | 1124 | drivers/net/depca.c | lp->stats.tx_errors++; |
tx_errors | 467 | drivers/net/eexpress.c | lp->stats.tx_errors++; |
tx_errors | 559 | drivers/net/eexpress.c | lp->stats.tx_errors++; |
tx_errors | 1125 | drivers/net/ewrk3.c | lp->stats.tx_errors++; |
tx_errors | 645 | drivers/net/lance.c | lp->stats.tx_errors++; |
tx_errors | 800 | drivers/net/lance.c | lp->stats.tx_errors++; |
tx_errors | 848 | drivers/net/lance.c | if (csr0 & 0x4000) lp->stats.tx_errors++; /* Tx babble. */ |
tx_errors | 55 | drivers/net/loopback.c | stats->tx_errors++; |
tx_errors | 948 | drivers/net/ni52.c | p->stats.tx_errors++; |
tx_errors | 421 | drivers/net/ni65.c | p->stats.tx_errors++; |
tx_errors | 478 | drivers/net/ni65.c | p->stats.tx_errors++; |
tx_errors | 384 | drivers/net/plip.c | stats->tx_errors++; |
tx_errors | 1869 | drivers/net/ppp.c | ppp_stats.tx_errors = ppp->stats.serrors; |
tx_errors | 1438 | drivers/net/sk_g16.c | p->stats.tx_errors++; |
tx_errors | 758 | drivers/net/slip.c | stats.tx_errors = sl->tx_errors; |
tx_errors | 70 | drivers/net/slip.h | unsigned long tx_errors; /* Planned stuff */ |
tx_errors | 453 | drivers/net/znet.c | lp->stats.tx_errors++; |
tx_errors | 58 | include/linux/if_ether.h | int tx_errors; /* packet transmit problems */ |
tx_errors | 899 | net/inet/dev.c | stats->tx_packets, stats->tx_errors, stats->tx_dropped, |