Lines Matching refs:tx_packets
511 pcpu_stats->tx_packets++; in netvsc_vf_xmit()
1307 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local
1313 tx_packets = stats->tx_packets; in netvsc_get_vf_stats()
1319 tot->tx_packets += tx_packets; in netvsc_get_vf_stats()
1343 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()
1348 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1370 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats()
1402 t->tx_packets += vf_tot.tx_packets; in netvsc_get_stats64()
1421 t->tx_packets += packets; in netvsc_get_stats64()
1493 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) },
1507 { "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) },