Searched refs:vf_rx_bytes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1319 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats() 1324 this_tot->rx_bytes = this_tot->vf_rx_bytes; in netvsc_get_pcpu_stats() 1474 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_bytes) }, 1481 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
|
H A D | hyperv_net.h | 913 u64 vf_rx_bytes; member
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1304 this_tot->vf_rx_bytes = stats->rx_bytes; in netvsc_get_pcpu_stats() 1309 this_tot->rx_bytes = this_tot->vf_rx_bytes; in netvsc_get_pcpu_stats() 1461 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_bytes) }, 1468 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) },
|
H A D | hyperv_net.h | 989 u64 vf_rx_bytes; member
|
Completed in 15 milliseconds