Lines Matching defs:rx_bytes
1282 u64 rx_packets, rx_bytes, tx_packets, tx_bytes;
1289 rx_bytes = stats->rx_bytes;
1295 tot->rx_bytes += rx_bytes;
1319 this_tot->vf_rx_bytes = stats->rx_bytes;
1324 this_tot->rx_bytes = this_tot->vf_rx_bytes;
1354 this_tot->rx_bytes += bytes;
1378 t->rx_bytes += vf_tot.rx_bytes;
1406 t->rx_bytes += bytes;
1466 offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) },
1481 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
2190 pcpu_stats->rx_bytes += skb->len;