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

1234567891011>>

/drivers/net/wireless/bcmdhd/
H A Ddngl_stats.h33 unsigned long tx_packets; /* total packets transmitted */ member in struct:__anon3302
/drivers/net/
H A Ddummy.c61 u64 tx_packets; member in struct:pcpu_dstats
80 tpackets = dstats->tx_packets;
83 stats->tx_packets += tpackets;
93 dstats->tx_packets++;
H A Difb.c52 u64 tx_packets; member in struct:ifb_private
88 dp->tx_packets++;
147 stats->tx_packets = dp->tx_packets;
H A Dveth.c31 u64 tx_packets; member in struct:veth_net_stats
140 stats->tx_packets++;
170 u64 tx_packets, tx_bytes; local
176 tx_packets = stats->tx_packets;
182 tot->tx_packets += tx_packets;
H A Dloopback.c118 stats->tx_packets = packets;
H A Dmacvlan.c279 pcpu_stats->tx_packets++;
492 u64 rx_packets, rx_bytes, rx_multicast, tx_packets, tx_bytes; local
504 tx_packets = p->tx_packets;
511 stats->tx_packets += tx_packets;
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_bus.h29 unsigned long tx_packets; /* total packets transmitted */ member in struct:dngl_stats
/drivers/net/can/
H A Dvcan.c96 stats->tx_packets++;
/drivers/net/wireless/mwifiex/
H A Dtxrx.c140 priv->stats.tx_packets++;
/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c151 stats->tx_packets = 0;
155 stats->tx_packets += priv->tx_ring[i].packets;
/drivers/net/ethernet/
H A Dmipsnet.c130 dev->stats.tx_packets++;
193 dev->stats.tx_packets++;
/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h76 u64 tx_packets; /*!< Tx packets */ member in struct:bfa_port_eth_stats
/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c34 { "tx_packets" },
145 data[0] = netdev->stats.tx_packets;
/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.c248 iface->stats.tx_packets++;
287 iface->stats.tx_packets++;
539 iface->stats.tx_packets++;
/drivers/net/wireless/iwlegacy/
H A D3945-rs.c200 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1;
202 rs_sta->last_tx_packets = rs_sta->tx_packets + 1;
481 rs_sta->tx_packets++;
842 "rate=0x%X flush time %d\n", lq_sta->tx_packets,
/drivers/net/wireless/libertas/
H A Dtx.c150 dev->stats.tx_packets++;
/drivers/staging/sbe-2t3e3/
H A Dnetdev.c68 nstats->tx_packets = stats->out_packets;
/drivers/staging/vt6656/
H A Dint.c214 pStats->tx_packets = pDevice->scStatistic.ullTsrOK;
/drivers/net/ethernet/tile/
H A Dtilepro.c161 u32 tx_packets; member in struct:tile_net_stats_t
1910 stats->tx_packets += num_segs;
2092 stats->tx_packets++;
2134 u32 tx_packets = 0; local
2143 tx_packets += priv->cpu[i]->stats.tx_packets;
2150 priv->stats.tx_packets = tx_packets;
/drivers/staging/slicoss/
H A Dslic.h327 u32 tx_packets; member in struct:sliccard
486 u32 tx_packets; member in struct:adapter
/drivers/ieee802154/
H A Dfakehard.c285 dev->stats.tx_packets++;
/drivers/isdn/hysdn/
H A Dhysdn_net.c169 lp->dev->stats.tx_packets++;
/drivers/net/appletalk/
H A Dipddp.c178 dev->stats.tx_packets++;
/drivers/net/ethernet/ibm/emac/
H A Dcore.h104 u64 tx_packets; member in struct:emac_stats

Completed in 562 milliseconds

1234567891011>>