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
此提交包含在:

提交者
Madan Koyyalamudi

父節點
6ef5d59bee
當前提交
bb7ee725be
@@ -17,6 +17,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
#include "qdf_types.h"
|
||||
#include "qdf_module.h"
|
||||
#include "dp_peer.h"
|
||||
#include "dp_types.h"
|
||||
#include "dp_internal.h"
|
||||
@@ -5854,6 +5855,8 @@ dp_print_ring_stat_from_hal(struct dp_soc *soc, struct dp_srng *srng,
|
||||
}
|
||||
}
|
||||
|
||||
qdf_export_symbol(dp_print_ring_stat_from_hal);
|
||||
|
||||
#ifdef FEATURE_TSO_STATS
|
||||
/**
|
||||
* dp_print_tso_seg_stats - tso segment stats
|
||||
@@ -6032,6 +6035,8 @@ dp_print_ring_stats(struct dp_pdev *pdev)
|
||||
RXDMA_DST);
|
||||
}
|
||||
|
||||
dp_print_txmon_ring_stat_from_hal(pdev);
|
||||
|
||||
#ifdef WLAN_SUPPORT_PPEDS
|
||||
if (pdev->soc->arch_ops.dp_txrx_ppeds_rings_status)
|
||||
pdev->soc->arch_ops.dp_txrx_ppeds_rings_status(pdev->soc);
|
||||
|
新增問題並參考
封鎖使用者