diff options
author | Harsh Jain <harsh@chelsio.com> | 2017-06-15 10:13:44 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-06-20 06:21:39 +0300 |
commit | ee0863ba118d37609a795a15c08e9acf6809c038 (patch) | |
tree | 01f906bee02fa86cbc6d88fdb64c8fbe5ad8c9ba /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | |
parent | b8fd1f4170e7e8bda45d7bcc750e909c859ec714 (diff) | |
download | linux-ee0863ba118d37609a795a15c08e9acf6809c038.tar.xz |
chcr - Add debug counters
Count types of operation done by HW.
Signed-off-by: Harsh Jain <harsh@chelsio.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/cxgb4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h index e88c1808e46f..b32eb8c7c1e3 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h @@ -868,6 +868,7 @@ struct adapter { /* TC u32 offload */ struct cxgb4_tc_u32_table *tc_u32; + struct chcr_stats_debug chcr_stats; }; /* Support for "sched-class" command to allow a TX Scheduling Class to be |