aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x.h
diff options
context:
space:
mode:
authorEilon Greenstein <eilong@broadcom.com>2009-08-12 08:23:17 +0000
committerDavid S. Miller <davem@davemloft.net>2009-08-12 23:02:38 -0700
commit6fe49bb978de3de0ba7ff9d6b2d55a15518db2a3 (patch)
treead6e21f76c6d166697dbd7e6605ffc12b91b419f /drivers/net/bnx2x.h
parentbnx2x: Removing old PHY FW upgrade code (diff)
downloadlinux-dev-6fe49bb978de3de0ba7ff9d6b2d55a15518db2a3.tar.xz
linux-dev-6fe49bb978de3de0ba7ff9d6b2d55a15518db2a3.zip
bnx2x: Reporting host statistics to management FW
This is required for NCSI statistics Signed-off-by: Eilon Greenstein <eilong@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bnx2x.h')
-rw-r--r--drivers/net/bnx2x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bnx2x.h b/drivers/net/bnx2x.h
index 903c89d8518a..1d0b72716f7a 100644
--- a/drivers/net/bnx2x.h
+++ b/drivers/net/bnx2x.h
@@ -777,6 +777,7 @@ struct bnx2x_slowpath {
struct nig_stats nig_stats;
struct host_port_stats port_stats;
struct host_func_stats func_stats;
+ struct host_func_stats func_stats_base;
u32 wb_comp;
u32 wb_data[4];