Searched refs:netvsc_ethtool_pcpu_stats (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/hyperv/ |
D | netvsc_drv.c | 1288 struct netvsc_ethtool_pcpu_stats *pcpu_tot) in netvsc_get_pcpu_stats() 1298 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() 1319 struct netvsc_ethtool_pcpu_stats *this_tot = in netvsc_get_pcpu_stats() 1452 offsetof(struct netvsc_ethtool_pcpu_stats, rx_packets) }, 1454 offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) }, 1456 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) }, 1458 offsetof(struct netvsc_ethtool_pcpu_stats, tx_bytes) }, 1460 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_packets) }, 1462 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_bytes) }, 1464 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_packets) }, [all …]
|
D | hyperv_net.h | 983 struct netvsc_ethtool_pcpu_stats { struct
|