tag | line | file | source code |
tx_packets | 204 | drivers/isdn/isdn_net.c | lp->stats.tx_packets++; |
tx_packets | 603 | 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 | 468 | drivers/net/3c507.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 477 | drivers/net/3c507.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 552 | drivers/net/3c507.c | lp->stats.tx_packets++; |
tx_packets | 626 | drivers/net/3c509.c | lp->stats.tx_packets += inb(ioaddr + 6); |
tx_packets | 1004 | drivers/net/3c59x.c | vp->stats.tx_packets += inb(ioaddr + 6); |
tx_packets | 1005 | drivers/net/3c59x.c | vp->stats.tx_packets += (inb(ioaddr + 9)&0x30) << 4; |
tx_packets | 168 | drivers/net/8390.c | if (!isr && !ei_local->stat.tx_packets) { |
tx_packets | 394 | drivers/net/8390.c | ei_local->stat.tx_packets++; |
tx_packets | 586 | drivers/net/apricot.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 598 | drivers/net/apricot.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 652 | drivers/net/apricot.c | lp->stats.tx_packets++; |
tx_packets | 1859 | drivers/net/arcnet.c | lp->stats.tx_packets++; |
tx_packets | 468 | drivers/net/at1700.c | lp->stats.tx_packets++; |
tx_packets | 555 | drivers/net/atp.c | lp->stats.tx_packets++; |
tx_packets | 1303 | drivers/net/de4x5.c | lp->stats.tx_packets++; |
tx_packets | 558 | drivers/net/de600.c | ((struct netstats *)(dev->priv))->tx_packets++; |
tx_packets | 586 | drivers/net/de620.c | ((struct netstats *)(dev->priv))->tx_packets++; |
tx_packets | 1017 | drivers/net/depca.c | lp->stats.tx_packets++; |
tx_packets | 237 | drivers/net/dlci.c | dlp->stats.tx_packets++; |
tx_packets | 118 | drivers/net/dummy.c | stats->tx_packets++; |
tx_packets | 1117 | drivers/net/eepro.c | lp->stats.tx_packets++; |
tx_packets | 889 | drivers/net/eexpress.c | lp->stats.tx_packets++; |
tx_packets | 384 | drivers/net/eql.c | eql->stats->tx_packets++; |
tx_packets | 1117 | drivers/net/eth16i.c | lp->stats.tx_packets++; |
tx_packets | 1108 | drivers/net/ewrk3.c | lp->stats.tx_packets++; |
tx_packets | 436 | drivers/net/fmv18x.c | lp->stats.tx_packets++; |
tx_packets | 687 | drivers/net/hp100.c | lp -> stats.tx_packets++; |
tx_packets | 946 | drivers/net/ibmtr.c | else ti->tr_stats.tx_packets++; |
tx_packets | 943 | drivers/net/lance.c | lp->stats.tx_packets++; |
tx_packets | 602 | drivers/net/lance32.c | lp->stats.tx_packets++; |
tx_packets | 98 | drivers/net/loopback.c | stats->tx_packets++; |
tx_packets | 316 | drivers/net/new_tunnel.c | stats->tx_packets++; |
tx_packets | 1051 | drivers/net/ni52.c | p->stats.tx_packets++; |
tx_packets | 573 | drivers/net/ni65.c | p->stats.tx_packets++; |
tx_packets | 213 | drivers/net/pi2.c | lp->stats.tx_packets++; |
tx_packets | 743 | drivers/net/plip.c | nl->enet_stats.tx_packets++; |
tx_packets | 3128 | drivers/net/ppp.c | ppp_stats.tx_packets = ppp->stats.ppp_opackets; |
tx_packets | 221 | drivers/net/pt.c | lp->stats.tx_packets++; |
tx_packets | 675 | drivers/net/sdla.c | flp->stats.tx_packets++; |
tx_packets | 453 | drivers/net/seeq8005.c | lp->stats.tx_packets++; |
tx_packets | 1457 | drivers/net/sk_g16.c | p->stats.tx_packets++; |
tx_packets | 422 | drivers/net/skeleton.c | lp->stats.tx_packets++; |
tx_packets | 472 | drivers/net/slip.c | sl->tx_packets++; |
tx_packets | 830 | drivers/net/slip.c | stats.tx_packets = sl->tx_packets; |
tx_packets | 70 | drivers/net/slip.h | unsigned long tx_packets; /* outbound frames counter */ |
tx_packets | 1369 | drivers/net/smc9194.c | lp->stats.tx_packets += lp->packets_waiting; |
tx_packets | 105 | drivers/net/strip.c | unsigned long tx_packets; /* outbound frames counter */ |
tx_packets | 671 | drivers/net/strip.c | strip_info->tx_packets++; /* Count another successful packet */ |
tx_packets | 1020 | drivers/net/strip.c | stats.tx_packets = strip_info->tx_packets; |
tx_packets | 420 | drivers/net/sunlance.c | lp->stats.tx_packets++; |
tx_packets | 506 | drivers/net/tulip.c | lp->stats.tx_packets++; |
tx_packets | 1750 | drivers/net/wavelan.c | lp->stats.tx_packets++; |
tx_packets | 443 | drivers/net/znet.c | lp->stats.tx_packets++; |
tx_packets | 94 | include/linux/if_ether.h | int tx_packets; /* total packets transmitted */ |
tx_packets | 68 | include/linux/if_tr.h | int tx_packets; /* total packets transmitted */ |
tx_packets | 837 | net/core/dev.c | stats->tx_packets, stats->tx_errors, stats->tx_dropped, |
tx_packets | 136 | net/netrom/nr_dev.c | stats->tx_packets++; |