Searched refs:vf_tx_packets (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1318 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats() 1323 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats() 1476 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_packets) }, 1482 { "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) },
|
H A D | hyperv_net.h | 914 u64 vf_tx_packets; member
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1303 this_tot->vf_tx_packets = stats->tx_packets; in netvsc_get_pcpu_stats() 1308 this_tot->tx_packets = this_tot->vf_tx_packets; in netvsc_get_pcpu_stats() 1463 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_packets) }, 1469 { "vf_tx_packets", offsetof(struct netvsc_vf_pcpu_stats, tx_packets) },
|
H A D | hyperv_net.h | 990 u64 vf_tx_packets; member
|
Completed in 15 milliseconds