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
这个提交包含在:
Nandha Kishore Easwaran
2022-11-02 16:31:43 +05:30
提交者 Madan Koyyalamudi
父节点 6ef5d59bee
当前提交 bb7ee725be
修改 7 个文件,包含 73 行新增0 行删除

查看文件

@@ -907,6 +907,12 @@ dp_tx_mon_process(struct dp_soc *soc, struct dp_intr *int_ctx,
return 0;
}
static inline uint32_t
dp_print_txmon_ring_stat_from_hal(struct dp_pdev *pdev)
{
return 0;
}
static inline
uint32_t dp_rx_mon_buf_refill(struct dp_intr *int_ctx)
{