Lines Matching defs:tx_bytes
466 pcpu_stats->tx_bytes += len;
1267 u64 rx_packets, rx_bytes, tx_packets, tx_bytes;
1275 tx_bytes = stats->tx_bytes;
1281 tot->tx_bytes += tx_bytes;
1305 this_tot->vf_tx_bytes = stats->tx_bytes;
1310 this_tot->tx_bytes = this_tot->vf_tx_bytes;
1330 this_tot->tx_bytes += bytes;
1365 t->tx_bytes += vf_tot.tx_bytes;
1382 t->tx_bytes += bytes;
1457 offsetof(struct netvsc_ethtool_pcpu_stats, tx_bytes) },
1470 { "vf_tx_bytes", offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },