Searched refs:tx_packets (Results 1 - 25 of 313) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_net_sum.c51 u64 tx_packets; /* total packets transmitted */ member in struct:appldata_net_sum_data
68 P_DEBUG("tx_packets = %8lu\n", net_data->tx_packets);
93 unsigned long rx_packets, tx_packets, rx_bytes, tx_bytes, rx_errors, local
101 tx_packets = 0;
113 tx_packets += stats->tx_packets;
126 net_data->tx_packets = tx_packets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dslip.h71 unsigned long tx_packets; /* outbound frames counter */ member in struct:slip
H A Ddummy.c81 stats->tx_packets++;
H A Dspider_net_ethtool.c36 { "tx_packets" },
160 data[0] = card->netdev_stats.tx_packets;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dipip.h40 stats->tx_packets++; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dif_proc.c79 &ifp->stats.tx_packets,
97 &ifp->stats.tx_packets,
113 &ifp->stats.tx_packets,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dsge.h62 u64 tx_packets; /* # of TX packets */ member in struct:sge_port_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h56 int tx_packets; /* total packets transmitted */ member in struct:hipnet_statistics
H A Dif_tr.h69 unsigned long tx_packets; /* total packets transmitted */ member in struct:tr_statistics
H A Dif_link.h10 __u32 tx_packets; /* total packets transmitted */ member in struct:rtnl_link_stats
H A Dif_ppp.h118 __u64 tx_packets; member in struct:pppol2tp_ioc_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dif.h47 unsigned long tx_packets; /* total packets transmitted */ member in struct:if_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/misc/
H A Dstats.pl91 $tx_bytes{$name}, $tx_packets{$name}, $tx_errs{$name}, $tx_drop{$name},
113 th('WAN transmit packets').td($tx_packets{$query->param('wan_ifname')}),
125 th('LAN transmit packets').td($tx_packets{$query->param('lan_ifname')}),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dsta_info.h52 unsigned long rx_packets, tx_packets; /* number of RX/TX MSDUs */ member in struct:sta_info
H A Ddebugfs_sta.c67 STA_FILE(tx_packets, tx_packets, LU);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_proc.c199 card->stats.tx_packets -
205 card->stats.tx_packets - card->perf_stats.initial_tx_packets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.h56 unsigned long rx_packets, tx_packets; member in struct:sta_info
H A Dhostap_80211_tx.c240 iface->stats.tx_packets++;
278 iface->stats.tx_packets++;
529 iface->stats.tx_packets++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/netxen/
H A Dnetxen_nic_isr.c51 stats->tx_packets = adapter->stats.xmitedframes +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_core.h89 u64 tx_packets; member in struct:ibm_emac_stats
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_device.c37 br->statistics.tx_packets++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Drose_dev.c86 stats->tx_packets++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Drndis.c347 rndis_per_dev_params [configNr].stats->tx_packets -
410 .stats->tx_packets -
426 .stats->tx_packets -
458 .stats->tx_packets/42*255);
467 .stats->tx_packets/42);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diptunnel.c473 tx_bytes, tx_packets, tx_errs, tx_drops, local
499 &tx_bytes, &tx_packets, &tx_errs, &tx_drops,
528 tx_packets, tx_bytes, tx_errs, tx_colls, tx_carrier, tx_drops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_net.c185 lp->stats.tx_packets++;

Completed in 142 milliseconds

1234567891011>>