Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hyperv/
H A Dnetvsc_drv.c1312 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() local
1317 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats()
1318 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()
1319 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats()
1320 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats()
1322 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats()
1323 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1324 this_tot in netvsc_get_pcpu_stats()
1332 struct netvsc_ethtool_pcpu_stats *this_tot = netvsc_get_pcpu_stats() local
[all...]
/kernel/linux/linux-6.6/drivers/net/hyperv/
H A Dnetvsc_drv.c1297 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() local
1302 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats()
1303 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats()
1304 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats()
1305 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats()
1307 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats()
1308 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats()
1309 this_tot in netvsc_get_pcpu_stats()
1318 struct netvsc_ethtool_pcpu_stats *this_tot = netvsc_get_pcpu_stats() local
[all...]

Completed in 6 milliseconds