Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/hyperv/
Dnetvsc_drv.c1346 struct netvsc_vf_pcpu_stats vf_tot; in netvsc_get_stats64() local
1357 netvsc_get_vf_stats(net, &vf_tot); in netvsc_get_stats64()
1358 t->rx_packets += vf_tot.rx_packets; in netvsc_get_stats64()
1359 t->tx_packets += vf_tot.tx_packets; in netvsc_get_stats64()
1360 t->rx_bytes += vf_tot.rx_bytes; in netvsc_get_stats64()
1361 t->tx_bytes += vf_tot.tx_bytes; in netvsc_get_stats64()
1362 t->tx_dropped += vf_tot.tx_dropped; in netvsc_get_stats64()