diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2015-01-27 11:17:48 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-27 11:15:02 +0300 |
commit | b3bbe36a26d056cc0b64bb2ee72c9e34c4e8683a (patch) | |
tree | 345490f4557ddf5aecfc38cbc753b0e8ade93c4c /drivers/net/ethernet/chelsio/cxgb4/t4_hw.h | |
parent | c778af7d18646247310b7bceaf3eacc6eeee1614 (diff) | |
download | linux-b3bbe36a26d056cc0b64bb2ee72c9e34c4e8683a.tar.xz |
cxgb4: Added support in debugfs to dump PM module stats
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/t4_hw.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h b/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h index f9fb81e4826e..664375f290ee 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_hw.h @@ -48,6 +48,7 @@ enum { NMTUS = 16, /* size of MTU table */ NCCTRL_WIN = 32, /* # of congestion control windows */ L2T_SIZE = 4096, /* # of L2T entries */ + PM_NSTATS = 5, /* # of PM stats */ MBOX_LEN = 64, /* mailbox size in bytes */ TRACE_LEN = 112, /* length of trace data and mask */ FILTER_OPT_LEN = 36, /* filter tuple width for optional components */ |