tag | line | file | source code |
tx_packets | 389 | drivers/net/3c501.c | el_status.stats.tx_packets++; |
tx_packets | 476 | drivers/net/3c507.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 485 | drivers/net/3c507.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 571 | drivers/net/3c507.c | lp->stats.tx_packets++; |
tx_packets | 530 | drivers/net/3c509.c | lp->stats.tx_packets += inb(ioaddr + 6); |
tx_packets | 377 | drivers/net/8390.c | ei_local->stat.tx_packets++; |
tx_packets | 487 | drivers/net/at1700.c | lp->stats.tx_packets++; |
tx_packets | 599 | drivers/net/atp.c | lp->stats.tx_packets++; |
tx_packets | 536 | drivers/net/d_link.c | ((struct netstats *)(dev->priv))->tx_packets++; |
tx_packets | 1071 | drivers/net/depca.c | lp->stats.tx_packets++; |
tx_packets | 491 | drivers/net/eexpress.c | if (lp->last_restart == lp->stats.tx_packets) { |
tx_packets | 500 | drivers/net/eexpress.c | lp->last_restart = lp->stats.tx_packets; |
tx_packets | 586 | drivers/net/eexpress.c | lp->stats.tx_packets++; |
tx_packets | 645 | drivers/net/lance.c | lp->stats.tx_packets++; |
tx_packets | 737 | drivers/net/plip.c | localstats->tx_packets++; |
tx_packets | 373 | drivers/net/skeleton.c | lp->stats.tx_packets++; |
tx_packets | 869 | drivers/net/slip.c | stats.tx_packets = sl->spacket; |
tx_packets | 54 | include/linux/if_ether.h | int tx_packets; /* total packets transmitted */ |
tx_packets | 786 | net/inet/dev.c | stats->tx_packets, stats->tx_errors, stats->tx_dropped, |
tx_packets | 70 | net/inet/loopback.c | stats->tx_packets++; |