tag | line | file | source code |
tx_packets | 396 | drivers/net/3c501.c | el_status.stats.tx_packets++; |
tx_packets | 463 | drivers/net/3c507.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 472 | drivers/net/3c507.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 558 | drivers/net/3c507.c | lp->stats.tx_packets++; |
tx_packets | 539 | drivers/net/3c509.c | lp->stats.tx_packets += inb(ioaddr + 6); |
tx_packets | 381 | drivers/net/8390.c | ei_local->stat.tx_packets++; |
tx_packets | 482 | drivers/net/at1700.c | lp->stats.tx_packets++; |
tx_packets | 536 | drivers/net/d_link.c | ((struct netstats *)(dev->priv))->tx_packets++; |
tx_packets | 490 | drivers/net/eexpress.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 499 | drivers/net/eexpress.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 585 | drivers/net/eexpress.c | lp->stats.tx_packets++; |
tx_packets | 649 | drivers/net/lance.c | lp->stats.tx_packets++; |
tx_packets | 737 | drivers/net/plip.c | localstats->tx_packets++; |
tx_packets | 374 | drivers/net/skeleton.c | lp->stats.tx_packets++; |
tx_packets | 67 | include/linux/if_ether.h | int tx_packets; /* total packets transmitted */ |
tx_packets | 756 | net/inet/dev.c | stats->tx_packets, stats->tx_errors, stats->tx_dropped, |
tx_packets | 70 | net/inet/loopback.c | stats->tx_packets++; |