[go: nahoru, domu]

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

1234567891011>>

/drivers/net/
H A Ddummy.c49 u64 tx_packets; member in struct:pcpu_dstats
68 tpackets = dstats->tx_packets;
71 stats->tx_packets += tpackets;
81 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 Dloopback.c122 stats->tx_packets = packets;
H A Dnlmon.c103 stats->tx_packets = 0;
H A Dmacvlan.c531 pcpu_stats->tx_packets++;
820 u64 rx_packets, rx_bytes, rx_multicast, tx_packets, tx_bytes; local
832 tx_packets = p->tx_packets;
839 stats->tx_packets += tx_packets;
/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c344 u32 id_tx, id_tx_prev, tx_packets; local
352 tx_packets = fm10k_read_hw_stats_32b(hw, FM10K_QPTC(idx),
353 &q->tx_packets);
355 if (tx_packets)
371 q->tx_packets.count += tx_packets;
376 fm10k_update_hw_base_32b(&q->tx_packets, tx_packets);
/drivers/net/can/
H A Dvcan.c96 stats->tx_packets++;
/drivers/net/xen-netback/
H A Dinterface.c190 unsigned long tx_packets = 0; local
202 tx_packets += queue->stats.tx_packets;
209 vif->dev->stats.tx_packets = tx_packets;
H A Dcommon.h119 unsigned int tx_packets; member in struct:xenvif_stats
/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_ethtool.c32 XGENE_STAT(tx_packets),
/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h70 u64 tx_packets; /*!< Tx packets */ member in struct:bfa_port_eth_stats
/drivers/net/ethernet/toshiba/
H A Dspider_net_ethtool.c34 { "tx_packets" },
147 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.c199 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1;
201 rs_sta->last_tx_packets = rs_sta->tx_packets + 1;
480 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/net/wireless/mwifiex/
H A Dtxrx.c178 priv->stats.tx_packets++;
/drivers/net/ethernet/mellanox/mlx4/
H A Den_port.c148 stats->tx_packets = 0;
159 stats->tx_packets += ring->packets;
/drivers/net/ethernet/tile/
H A Dtilepro.c155 u64 tx_packets; /* total packets transmitted */ member in struct:tile_net_stats_t
1831 stats->tx_packets += num_segs;
2015 stats->tx_packets++;
2058 u64 rx_packets = 0, tx_packets = 0; local
2076 ttx_packets = cpu_stats->tx_packets;
2084 tx_packets += ttx_packets;
2092 stats->tx_packets = tx_packets;
/drivers/vhost/
H A Dnet.c110 unsigned tx_packets; member in struct:vhost_net
210 ++net->tx_packets;
211 if (net->tx_packets < 1024)
213 net->tx_packets = 0;
228 net->tx_packets / 64 >= net->tx_zcopy_err;
958 n->tx_packets = 0;
/drivers/staging/slicoss/
H A Dslic.h325 u32 tx_packets; member in struct:sliccard
477 u32 tx_packets; member in struct:adapter
/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.h103 u64 tx_packets; member in struct:emac_stats
/drivers/net/ieee802154/
H A Dfakehard.c264 dev->stats.tx_packets++;

Completed in 488 milliseconds

1234567891011>>