Lines Matching refs:this_tot
1297 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i];
1302 this_tot->vf_rx_packets = stats->rx_packets;
1303 this_tot->vf_tx_packets = stats->tx_packets;
1304 this_tot->vf_rx_bytes = stats->rx_bytes;
1305 this_tot->vf_tx_bytes = stats->tx_bytes;
1307 this_tot->rx_packets = this_tot->vf_rx_packets;
1308 this_tot->tx_packets = this_tot->vf_tx_packets;
1309 this_tot->rx_bytes = this_tot->vf_rx_bytes;
1310 this_tot->tx_bytes = this_tot->vf_tx_bytes;
1318 struct netvsc_ethtool_pcpu_stats *this_tot =
1330 this_tot->tx_bytes += bytes;
1331 this_tot->tx_packets += packets;
1340 this_tot->rx_bytes += bytes;
1341 this_tot->rx_packets += packets;