tag | line | file | source code |
tx_packets | 472 | drivers/net/3c501.c | lp->stats.tx_packets++; |
tx_packets | 767 | drivers/net/3c505.c | adapter->stats.tx_packets += adapter->irx_pcb.data.netstat.tot_xmit; |
tx_packets | 464 | drivers/net/3c507.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 473 | drivers/net/3c507.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 548 | drivers/net/3c507.c | lp->stats.tx_packets++; |
tx_packets | 556 | drivers/net/3c509.c | lp->stats.tx_packets += inb(ioaddr + 6); |
tx_packets | 152 | drivers/net/8390.c | if(ei_local->stat.tx_packets==0) |
tx_packets | 373 | drivers/net/8390.c | ei_local->stat.tx_packets++; |
tx_packets | 593 | drivers/net/apricot.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 605 | drivers/net/apricot.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 659 | drivers/net/apricot.c | lp->stats.tx_packets++; |
tx_packets | 1125 | drivers/net/arcnet.c | lp->stats.tx_packets++; |
tx_packets | 467 | drivers/net/at1700.c | lp->stats.tx_packets++; |
tx_packets | 553 | drivers/net/atp.c | lp->stats.tx_packets++; |
tx_packets | 1058 | drivers/net/de4x5.c | lp->stats.tx_packets++; |
tx_packets | 565 | drivers/net/de600.c | ((struct netstats *)(dev->priv))->tx_packets++; |
tx_packets | 560 | drivers/net/de620.c | ((struct netstats *)(dev->priv))->tx_packets++; |
tx_packets | 1133 | drivers/net/depca.c | lp->stats.tx_packets++; |
tx_packets | 120 | drivers/net/dummy.c | stats->tx_packets++; |
tx_packets | 469 | drivers/net/eexpress.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 478 | drivers/net/eexpress.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 553 | drivers/net/eexpress.c | lp->stats.tx_packets++; |
tx_packets | 1143 | drivers/net/ewrk3.c | lp->stats.tx_packets++; |
tx_packets | 836 | drivers/net/lance.c | lp->stats.tx_packets++; |
tx_packets | 70 | drivers/net/loopback.c | stats->tx_packets++; |
tx_packets | 874 | drivers/net/ni52.c | p->stats.tx_packets++; |
tx_packets | 481 | drivers/net/ni65.c | p->stats.tx_packets++; |
tx_packets | 731 | drivers/net/plip.c | nl->enet_stats.tx_packets++; |
tx_packets | 1879 | drivers/net/ppp.c | ppp_stats.tx_packets = ppp->stats.scomp + ppp->stats.suncomp; |
tx_packets | 1459 | drivers/net/sk_g16.c | p->stats.tx_packets++; |
tx_packets | 380 | drivers/net/skeleton.c | lp->stats.tx_packets++; |
tx_packets | 399 | drivers/net/slip.c | sl->tx_packets++; |
tx_packets | 757 | drivers/net/slip.c | stats.tx_packets = sl->tx_packets; |
tx_packets | 68 | drivers/net/slip.h | unsigned long tx_packets; /* outbound frames counter */ |
tx_packets | 506 | drivers/net/tulip.c | lp->stats.tx_packets++; |
tx_packets | 1674 | drivers/net/wavelan.c | lp->stats.tx_packets++; |
tx_packets | 443 | drivers/net/znet.c | lp->stats.tx_packets++; |
tx_packets | 56 | include/linux/if_ether.h | int tx_packets; /* total packets transmitted */ |
tx_packets | 910 | net/inet/dev.c | stats->tx_packets, stats->tx_errors, stats->tx_dropped, |