Searched refs:netvsc_ethtool_pcpu_stats (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/hyperv/ |
| D | netvsc_drv.c | 1188 struct netvsc_ethtool_pcpu_stats *pcpu_tot) in netvsc_get_pcpu_stats() 1198 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() 1218 struct netvsc_ethtool_pcpu_stats *this_tot = in netvsc_get_pcpu_stats() 1349 offsetof(struct netvsc_ethtool_pcpu_stats, rx_packets) }, 1351 offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) }, 1353 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) }, 1355 offsetof(struct netvsc_ethtool_pcpu_stats, tx_bytes) }, 1357 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_packets) }, 1359 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_bytes) }, 1361 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_packets) }, [all …]
|
| D | hyperv_net.h | 885 struct netvsc_ethtool_pcpu_stats { struct
|