this_tot 1198 drivers/net/hyperv/netvsc_drv.c struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; this_tot 1203 drivers/net/hyperv/netvsc_drv.c this_tot->vf_rx_packets = stats->rx_packets; this_tot 1204 drivers/net/hyperv/netvsc_drv.c this_tot->vf_tx_packets = stats->tx_packets; this_tot 1205 drivers/net/hyperv/netvsc_drv.c this_tot->vf_rx_bytes = stats->rx_bytes; this_tot 1206 drivers/net/hyperv/netvsc_drv.c this_tot->vf_tx_bytes = stats->tx_bytes; this_tot 1208 drivers/net/hyperv/netvsc_drv.c this_tot->rx_packets = this_tot->vf_rx_packets; this_tot 1209 drivers/net/hyperv/netvsc_drv.c this_tot->tx_packets = this_tot->vf_tx_packets; this_tot 1210 drivers/net/hyperv/netvsc_drv.c this_tot->rx_bytes = this_tot->vf_rx_bytes; this_tot 1211 drivers/net/hyperv/netvsc_drv.c this_tot->tx_bytes = this_tot->vf_tx_bytes; this_tot 1218 drivers/net/hyperv/netvsc_drv.c struct netvsc_ethtool_pcpu_stats *this_tot = this_tot 1230 drivers/net/hyperv/netvsc_drv.c this_tot->tx_bytes += bytes; this_tot 1231 drivers/net/hyperv/netvsc_drv.c this_tot->tx_packets += packets; this_tot 1240 drivers/net/hyperv/netvsc_drv.c this_tot->rx_bytes += bytes; this_tot 1241 drivers/net/hyperv/netvsc_drv.c this_tot->rx_packets += packets;