Home
last modified time | relevance | path

Searched refs:tx_packets (Results 1 – 25 of 256) sorted by relevance

1234567891011

/linux-2.4.37.9/drivers/net/hamradio/
Dmkiss.h33 unsigned long tx_packets; /* outbound frames counter */ member
Dmkiss.c395 ax->tx_packets++; in ax_encaps()
404 ax->tx_packets++; in ax_encaps()
719 stats.tx_packets = ax->tx_packets; in ax_get_stats()
Dhdlcdrv.c388 s->stats.tx_packets++; in hdlcdrv_transmitter()
668 bi.data.cs.tx_packets = s->stats.tx_packets; in hdlcdrv_ioctl()
/linux-2.4.37.9/drivers/net/wan/
Dx25_asy.h33 unsigned long tx_packets; /* outbound frames counter */ member
Dx25_asy.c314 sl->tx_packets++; in x25_asy_write_wakeup()
673 stats.tx_packets = sl->tx_packets; in x25_asy_get_stats()
/linux-2.4.37.9/include/linux/
Dif_tr.h63 unsigned long tx_packets; /* total packets transmitted */ member
Dif_hippi.h56 int tx_packets; /* total packets transmitted */ member
Dhdlcdrv.h44 unsigned long tx_packets; member
/linux-2.4.37.9/include/net/
Dipip.h40 stats->tx_packets++; \
/linux-2.4.37.9/drivers/net/
Dslip.h72 unsigned long tx_packets; /* outbound frames counter */ member
Ddummy.c81 stats->tx_packets++; in dummy_xmit()
Dloopback.c93 stats->tx_packets++; in loopback_xmit()
D3c507.c474 if (lp->last_restart == lp->stats.tx_packets) { in el16_tx_timeout()
486 lp->last_restart = lp->stats.tx_packets; in el16_tx_timeout()
571 lp->stats.tx_packets++; in el16_interrupt()
Dlp486e.c931 lp->stats.tx_packets++; in i596_start_xmit()
947 if (lp->last_restart == lp->stats.tx_packets) { in i596_tx_timeout()
957 lp->last_restart = lp->stats.tx_packets; in i596_tx_timeout()
/linux-2.4.37.9/net/bridge/
Dbr_device.c53 br->statistics.tx_packets++; in __br_dev_xmit()
/linux-2.4.37.9/drivers/usb/gadget/
Drndis.c283 rndis_per_dev_params [configNr].stats->tx_packets - in gen_ndis_query_resp()
364 .stats->tx_packets - in gen_ndis_query_resp()
384 .stats->tx_packets - in gen_ndis_query_resp()
428 .stats->tx_packets/42*255); in gen_ndis_query_resp()
441 .stats->tx_packets/42); in gen_ndis_query_resp()
/linux-2.4.37.9/net/rose/
Drose_dev.c126 stats->tx_packets++; in rose_rebuild_header()
/linux-2.4.37.9/net/netrom/
Dnr_dev.c123 stats->tx_packets++; in nr_rebuild_header()
/linux-2.4.37.9/net/irda/
Dirttp.c550 self->stats.tx_packets++; in irttp_udata_request()
733 self->stats.tx_packets++; in irttp_run_tx_queue()
809 self->stats.tx_packets++; in irttp_give_credit()
1748 self->stats.tx_packets); in irttp_proc_read()
/linux-2.4.37.9/net/irda/irlan/
Dirlan_eth.c220 self->stats.tx_packets++; in irlan_eth_xmit()
/linux-2.4.37.9/drivers/net/appletalk/
Dipddp.c173 ((struct net_device_stats *) dev->priv)->tx_packets++; in ipddp_xmit()
/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_net.c197 lp->stats.tx_packets++; in hysdn_tx_netack()
/linux-2.4.37.9/net/core/
Dprofile.c150 stats->tx_packets++; in whitehole_xmit()
/linux-2.4.37.9/net/8021q/
Dvlan_dev.c488 stats->tx_packets++; /* for statics only */ in vlan_dev_hard_start_xmit()
512 stats->tx_packets++; in vlan_dev_hwaccel_hard_start_xmit()
/linux-2.4.37.9/drivers/net/wan/lmc/
Dlmc_main.c686 sc->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
694 sc->stats.tx_packets > sc->lasttx_packets && in lmc_watchdog()
721 sc->lasttx_packets = sc->stats.tx_packets; in lmc_watchdog()
727 sc->lasttx_packets = sc->stats.tx_packets; in lmc_watchdog()
1519 sc->stats.tx_packets++; in lmc_interrupt()

1234567891011