Searched refs:vf_tx_bytes (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1320 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats() 1325 this_tot->tx_bytes = this_tot->vf_tx_bytes; in netvsc_get_pcpu_stats() 1478 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_bytes) }, 1483 { "vf_tx_bytes", offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },
|
H A D | hyperv_net.h | 915 u64 vf_tx_bytes; member
|
/kernel/linux/linux-6.6/drivers/net/hyperv/ |
H A D | netvsc_drv.c | 1305 this_tot->vf_tx_bytes = stats->tx_bytes; in netvsc_get_pcpu_stats() 1310 this_tot->tx_bytes = this_tot->vf_tx_bytes; in netvsc_get_pcpu_stats() 1465 offsetof(struct netvsc_ethtool_pcpu_stats, vf_tx_bytes) }, 1470 { "vf_tx_bytes", offsetof(struct netvsc_vf_pcpu_stats, tx_bytes) },
|
H A D | hyperv_net.h | 991 u64 vf_tx_bytes; member
|
Completed in 15 milliseconds