Lines Matching refs:tx_bytes
433 pcpu_stats->tx_bytes += len; in netvsc_vf_xmit()
1235 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local
1243 tx_bytes = stats->tx_bytes; in netvsc_get_vf_stats()
1249 tot->tx_bytes += tx_bytes; in netvsc_get_vf_stats()
1273 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats()
1278 this_tot->tx_bytes = this_tot->vf_tx_bytes; in netvsc_get_pcpu_stats()
1298 this_tot->tx_bytes += bytes; in netvsc_get_pcpu_stats()
1333 t->tx_bytes += vf_tot.tx_bytes; in netvsc_get_stats64()
1350 t->tx_bytes += bytes; in netvsc_get_stats64()
1425 offsetof(struct netvsc_ethtool_pcpu_stats, tx_bytes) },
1438 { "vf_tx_bytes", offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },