Searched refs:this_tot (Results 1 – 1 of 1) sorted by relevance
1198 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() local1203 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats()1204 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()1205 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats()1206 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats()1208 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats()1209 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()1210 this_tot->rx_bytes = this_tot->vf_rx_bytes; in netvsc_get_pcpu_stats()1211 this_tot->tx_bytes = this_tot->vf_tx_bytes; in netvsc_get_pcpu_stats()1218 struct netvsc_ethtool_pcpu_stats *this_tot = in netvsc_get_pcpu_stats() local[all …]