qcacmn: Print HP/TP Stats

Extend txrx_stats to print current HP/TP
Status for UMAC rings.

Change-Id: I50332f7507fdf1841dee51f0b1e97ef4ea68f04f
CRs-Fixed: 2332191
This commit is contained in:
Venkata Sharath Chandra Manchala
2018-10-10 12:04:54 -07:00
committed by nshrivas
parent 6609dbbddd
commit 443b9b4da2
13 changed files with 221 additions and 64 deletions

View File

@@ -615,8 +615,8 @@ dp_rx_mon_status_srng_process(struct dp_soc *soc, uint32_t mac_id,
if (status != QDF_STATUS_SUCCESS) {
uint32_t hp, tp;
hal_api_get_tphp(hal_soc, mon_status_srng,
&tp, &hp);
hal_get_sw_hptp(hal_soc, mon_status_srng,
&tp, &hp);
QDF_TRACE(QDF_MODULE_ID_DP,
QDF_TRACE_LEVEL_ERROR,
"[%s][%d] status not done - hp:%u, tp:%u",