]> Git Repo - linux.git/blobdiff - drivers/net/hyperv/hyperv_net.h
powerpc/64s/hash: convert SLB miss handlers to C
[linux.git] / drivers / net / hyperv / hyperv_net.h
index 4b6e308199d270cd455b7df0de20a8458f6b7941..a32ded5b4f416f662e2a820356f16c9bfbef00db 100644 (file)
@@ -873,6 +873,17 @@ struct netvsc_ethtool_stats {
        unsigned long wake_queue;
 };
 
+struct netvsc_ethtool_pcpu_stats {
+       u64     rx_packets;
+       u64     rx_bytes;
+       u64     tx_packets;
+       u64     tx_bytes;
+       u64     vf_rx_packets;
+       u64     vf_rx_bytes;
+       u64     vf_tx_packets;
+       u64     vf_tx_bytes;
+};
+
 struct netvsc_vf_pcpu_stats {
        u64     rx_packets;
        u64     rx_bytes;
This page took 0.034551 seconds and 4 git commands to generate.