diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-08-12 04:23:17 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-13 02:02:38 -0400 |
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 { | |||
777 | struct nig_stats nig_stats; | 777 | struct nig_stats nig_stats; |
778 | struct host_port_stats port_stats; | 778 | struct host_port_stats port_stats; |
779 | struct host_func_stats func_stats; | 779 | struct host_func_stats func_stats; |
780 | struct host_func_stats func_stats_base; | ||
780 | 781 | ||
781 | u32 wb_comp; | 782 | u32 wb_comp; |
782 | u32 wb_data[4]; | 783 | u32 wb_data[4]; |