Lines Matching defs:rx_bytes
1267 u64 rx_packets, rx_bytes, tx_packets, tx_bytes;
1274 rx_bytes = stats->rx_bytes;
1280 tot->rx_bytes += rx_bytes;
1304 this_tot->vf_rx_bytes = stats->rx_bytes;
1309 this_tot->rx_bytes = this_tot->vf_rx_bytes;
1340 this_tot->rx_bytes += bytes;
1364 t->rx_bytes += vf_tot.rx_bytes;
1393 t->rx_bytes += bytes;
1453 offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) },
1468 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
2183 pcpu_stats->rx_bytes += skb->len;