Searched refs:netvsc_vf_pcpu_stats (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/hyperv/ |
D | netvsc_drv.c | 457 struct netvsc_vf_pcpu_stats *pcpu_stats in netvsc_vf_xmit() 1253 struct netvsc_vf_pcpu_stats *tot) in netvsc_get_vf_stats() 1261 const struct netvsc_vf_pcpu_stats *stats in netvsc_get_vf_stats() 1291 const struct netvsc_vf_pcpu_stats *stats = in netvsc_get_pcpu_stats() 1346 struct netvsc_vf_pcpu_stats vf_tot; in netvsc_get_stats64() 1463 { "vf_rx_packets", offsetof(struct netvsc_vf_pcpu_stats, rx_packets) }, 1464 { "vf_rx_bytes", offsetof(struct netvsc_vf_pcpu_stats, rx_bytes) }, 1465 { "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) }, 1466 { "vf_tx_bytes", offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) }, 1467 { "vf_tx_dropped", offsetof(struct netvsc_vf_pcpu_stats, tx_dropped) }, [all …]
|
D | hyperv_net.h | 992 struct netvsc_vf_pcpu_stats { struct 1047 struct netvsc_vf_pcpu_stats __percpu *vf_stats;
|