Searched refs:vf_rx_packets (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1317 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats() 1322 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats() 1472 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_packets) }, 1480 { "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) },
|
H A D | hyperv_net.h | 912 u64 vf_rx_packets; member
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1302 this_tot->vf_rx_packets = stats->rx_packets; in netvsc_get_pcpu_stats() 1307 this_tot->rx_packets = this_tot->vf_rx_packets; in netvsc_get_pcpu_stats() 1459 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_packets) }, 1467 { "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) },
|
H A D | hyperv_net.h | 988 u64 vf_rx_packets; member
|
Completed in 15 milliseconds