qcacmn: Tracking the ring util stats

Added serviceability changes to track ppe2tcl
and wbm2rel ring util stats

Change-Id: Ia154ae4914c47f010921eaed10b8a4dde50884bf
CRs-Fixed: 3537655
This commit is contained in:
Nanda Krishnan
2023-06-08 11:01:18 +05:30
committed by Rahul Choudhary
parent c9d9e88708
commit baf49c9f89
6 changed files with 128 additions and 0 deletions

View File

@@ -7979,6 +7979,9 @@ void dp_print_tx_ppeds_stats(struct dp_soc *soc)
DP_PRINT_STATS("PPE-DS Tx desc fw2wbm_tx_drop %u",
soc->stats.tx.fw2wbm_tx_drop);
if (soc->arch_ops.dp_txrx_ppeds_rings_stats)
soc->arch_ops.dp_txrx_ppeds_rings_stats(soc);
}
#else
void dp_print_tx_ppeds_stats(struct dp_soc *soc)