Home
last modified time | relevance | path

Searched refs:this_tot (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/hyperv/
H A Dnetvsc_drv.c1272 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats()
1273 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats()
1275 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats()
1276 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1277 this_tot->rx_bytes = this_tot->vf_rx_bytes; in netvsc_get_pcpu_stats()
1278 this_tot->tx_bytes = this_tot->vf_tx_bytes; in netvsc_get_pcpu_stats()
1286 struct netvsc_ethtool_pcpu_stats *this_tot = in netvsc_get_pcpu_stats() local
1298 this_tot->tx_bytes += bytes; in netvsc_get_pcpu_stats()
1299 this_tot->tx_packets += packets; in netvsc_get_pcpu_stats()
1308 this_tot->rx_bytes += bytes; in netvsc_get_pcpu_stats()
[all …]