qcacmn: Add txmon HP TP values in stats command

Add txmon buf and destination ring in HPTP dump command

Change-Id: Ic32d1b355d5fc309225dfc5649ee7f9568a8dca6
CRs-Fixed: 3331176
This commit is contained in:
Nandha Kishore Easwaran
2022-11-02 16:31:43 +05:30
committed by Madan Koyyalamudi
parent 6ef5d59bee
commit bb7ee725be
7 changed files with 73 additions and 0 deletions

View File

@@ -9633,6 +9633,10 @@ char *dp_srng_get_str_from_hal_ring_type(enum hal_ring_type ring_type)
return "PPE2TCL";
case REO2PPE:
return "REO2PPE";
case TX_MONITOR_DST:
return "tx_monitor_destination";
case TX_MONITOR_BUF:
return "tx_monitor_buf";
default:
dp_err("Invalid ring type");
break;