diff options
| author | Evan Lojewski <github@meklort.com> | 2020-08-04 21:47:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-04 21:47:52 -0600 |
| commit | f062f1a81abe4ec11ceddb3c14d63ac341f603cc (patch) | |
| tree | 3dd91ab11c0a89ce70655c58f76389bf9d975c26 /utils/bcmregtool/main.cpp | |
| parent | c691b22d96160128f6c2f80eb5937e1f59dba6f3 (diff) | |
| download | bcm5719-ortega-f062f1a81abe4ec11ceddb3c14d63ac341f603cc.tar.gz bcm5719-ortega-f062f1a81abe4ec11ceddb3c14d63ac341f603cc.zip | |
statistics: Enable recording packet statistics for NCSI TX/RX and Ethernet TX/RX (#102)v0.3.378
Diffstat (limited to 'utils/bcmregtool/main.cpp')
| -rw-r--r-- | utils/bcmregtool/main.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/utils/bcmregtool/main.cpp b/utils/bcmregtool/main.cpp index 497b107..f37c428 100644 --- a/utils/bcmregtool/main.cpp +++ b/utils/bcmregtool/main.cpp @@ -716,10 +716,12 @@ int main(int argc, char const *argv[]) APE_PERI.BmcToNcTxControl.print(); APE_PERI.BmcToNcRxStatus.print(); APE_PERI.BmcToNcRxControl.print(); - SHM_CHANNEL0.NcsiChannelCtrlstatAllTx.print(); - SHM_CHANNEL0.NcsiChannelCtrlstatRx.print(); + SHM_CHANNEL0.NcsiChannelNcsiTx.print(); + SHM_CHANNEL0.NcsiChannelNcsiRx.print(); printf("\n======= Port 0 =======\n"); + SHM_CHANNEL0.NcsiChannelNetworkTx.print(); + SHM_CHANNEL0.NcsiChannelNetworkRx.print(); APE_PERI.BmcToNcSourceMacHigh.print(); APE_PERI.BmcToNcSourceMacMatch0High.print(); APE_PERI.BmcToNcSourceMacMatch0Low.print(); |

