Lines Matching refs:rx_packets
1268 u64 rx_packets, rx_bytes, tx_packets, tx_bytes; in netvsc_get_vf_stats() local
1273 rx_packets = stats->rx_packets; in netvsc_get_vf_stats()
1279 tot->rx_packets += rx_packets; in netvsc_get_vf_stats()
1303 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats()
1308 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats()
1342 this_tot->rx_packets += packets; in netvsc_get_pcpu_stats()
1363 t->rx_packets += vf_tot.rx_packets; in netvsc_get_stats64()
1395 t->rx_packets += packets; in netvsc_get_stats64()
1452 offsetof(struct netvsc_ethtool_pcpu_stats, rx_packets) },
1468 { "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) },
2185 pcpu_stats->rx_packets++; in netvsc_vf_handle_frame()