|PATCH net-next] tg3: add tx_dropped counter
[deliverable/linux.git] / drivers / net / ethernet / broadcom / tg3.h
index d2976f39b2fcf62720bab86cb5e8408e8fb514a9..f32f288134c7b4946334ab59099a577b95cadd36 100644 (file)
@@ -2990,6 +2990,7 @@ struct tg3 {
 
        /* begin "everything else" cacheline(s) section */
        unsigned long                   rx_dropped;
+       unsigned long                   tx_dropped;
        struct rtnl_link_stats64        net_stats_prev;
        struct tg3_ethtool_stats        estats;
        struct tg3_ethtool_stats        estats_prev;
This page took 0.0246 seconds and 5 git commands to generate.