tag | line | file | source code |
tx_errors | 341 | drivers/net/3c501.c | lp->stats.tx_errors++; |
tx_errors | 553 | drivers/net/3c507.c | lp->stats.tx_errors++; |
tx_errors | 375 | 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 | 1181 | drivers/net/arcnet.c | lp->stats.tx_errors++; |
tx_errors | 1302 | drivers/net/arcnet.c | lp->stats.tx_errors++; |
tx_errors | 381 | drivers/net/at1700.c | lp->stats.tx_errors++; |
tx_errors | 428 | drivers/net/atp.c | lp->stats.tx_errors++; |
tx_errors | 625 | drivers/net/atp.c | lp->stats.tx_errors++; |
tx_errors | 1044 | drivers/net/de4x5.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 | 558 | drivers/net/eexpress.c | lp->stats.tx_errors++; |
tx_errors | 1126 | drivers/net/ewrk3.c | lp->stats.tx_errors++; |
tx_errors | 666 | drivers/net/lance.c | lp->stats.tx_errors++; |
tx_errors | 820 | drivers/net/lance.c | lp->stats.tx_errors++; |
tx_errors | 868 | 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 | 879 | drivers/net/ni52.c | p->stats.tx_errors++; |
tx_errors | 420 | drivers/net/ni65.c | p->stats.tx_errors++; |
tx_errors | 477 | drivers/net/ni65.c | p->stats.tx_errors++; |
tx_errors | 388 | drivers/net/plip.c | nl->enet_stats.tx_errors++; |
tx_errors | 1880 | drivers/net/ppp.c | ppp_stats.tx_errors = ppp->stats.serrors; |
tx_errors | 1437 | drivers/net/sk_g16.c | p->stats.tx_errors++; |
tx_errors | 760 | 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 | 399 | drivers/net/tulip.c | tp->stats.tx_errors++; |
tx_errors | 492 | drivers/net/tulip.c | lp->stats.tx_errors++; |
tx_errors | 535 | drivers/net/tulip.c | if (csr5 & 0x0008) lp->stats.tx_errors++; /* Tx babble. */ |
tx_errors | 1684 | drivers/net/wavelan.c | lp->stats.tx_errors++; |
tx_errors | 452 | drivers/net/znet.c | lp->stats.tx_errors++; |
tx_errors | 58 | include/linux/if_ether.h | int tx_errors; /* packet transmit problems */ |
tx_errors | 910 | net/inet/dev.c | stats->tx_packets, stats->tx_errors, stats->tx_dropped, |