Lines Matching refs:this_tot
1133 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() local
1138 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats()
1139 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()
1140 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats()
1141 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats()
1143 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats()
1144 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1145 this_tot->rx_bytes = this_tot->vf_rx_bytes; in netvsc_get_pcpu_stats()
1146 this_tot->tx_bytes = this_tot->vf_tx_bytes; in netvsc_get_pcpu_stats()
1153 struct netvsc_ethtool_pcpu_stats *this_tot = in netvsc_get_pcpu_stats() local
1165 this_tot->tx_bytes += bytes; in netvsc_get_pcpu_stats()
1166 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats()
1175 this_tot->rx_bytes += bytes; in netvsc_get_pcpu_stats()
1176 this_tot->rx_packets += packets; in netvsc_get_pcpu_stats()