diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-08-12 08:23:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-12 23:02:38 -0700 |
commit | 6fe49bb978de3de0ba7ff9d6b2d55a15518db2a3 (patch) | |
tree | ad6e21f76c6d166697dbd7e6605ffc12b91b419f /drivers/net/bnx2x.h | |
parent | cdea52128f6099e8f84459823c45790a78264022 (diff) |
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.h | 1 |
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]; |