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

@@ -1080,7 +1080,7 @@ QDF_STATUS target_if_direct_buf_rx_print_ring_stat(
mod_param = &dbr_pdev_obj->dbr_mod_param[mod_idx];
dbr_ring_cfg = mod_param->dbr_ring_cfg;
srng = dbr_ring_cfg->srng;
hal_api_get_tphp(hal_soc, srng, &tp, &hp);
hal_get_sw_hptp(hal_soc, srng, &tp, &hp);
direct_buf_rx_err("|%11d|%14s|%10x|%10x|",
mod_idx,
g_dbr_module_name[mod_idx].module_name_str,