Lines Matching refs:rx_bytes
1235 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local
1242 rx_bytes = stats->rx_bytes; in netvsc_get_vf_stats()
1248 tot->rx_bytes += rx_bytes; in netvsc_get_vf_stats()
1272 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats()
1277 this_tot->rx_bytes = this_tot->vf_rx_bytes; in netvsc_get_pcpu_stats()
1308 this_tot->rx_bytes += bytes; in netvsc_get_pcpu_stats()
1332 t->rx_bytes += vf_tot.rx_bytes; in netvsc_get_stats64()
1361 t->rx_bytes += bytes; in netvsc_get_stats64()
1421 offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) },
1436 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
2139 pcpu_stats->rx_bytes += skb->len; in netvsc_vf_handle_frame()