Searched refs:netvsc_ethtool_pcpu_stats (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/net/hyperv/ |
| D | netvsc_drv.c | 1326 struct netvsc_ethtool_pcpu_stats *pcpu_tot) in netvsc_get_pcpu_stats() 1336 struct netvsc_ethtool_pcpu_stats *this_tot = &pcpu_tot[i]; in netvsc_get_pcpu_stats() 1356 struct netvsc_ethtool_pcpu_stats *this_tot = in netvsc_get_pcpu_stats() 1488 offsetof(struct netvsc_ethtool_pcpu_stats, rx_packets) }, 1490 offsetof(struct netvsc_ethtool_pcpu_stats, rx_bytes) }, 1492 offsetof(struct netvsc_ethtool_pcpu_stats, tx_packets) }, 1494 offsetof(struct netvsc_ethtool_pcpu_stats, tx_bytes) }, 1496 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_packets) }, 1498 offsetof(struct netvsc_ethtool_pcpu_stats, vf_rx_bytes) }, 1500 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_packets) }, [all …]
|
| D | hyperv_net.h | 967 struct netvsc_ethtool_pcpu_stats { struct
|