qcacmn: Add cdp api to get accumulated pdev tid stats

Add cdp api to get accumulated pdev tid stats along with per tid
total tid rx and tx stats.

Change-Id: I7862c4265f199d0588d8865c5ed97e06010dd79f
CRs-Fixed: 3207499
这个提交包含在:
Subrat Mishra
2022-05-26 18:24:18 +05:30
提交者 Madan Koyyalamudi
父节点 1049507d23
当前提交 120fb06e12
修改 6 个文件,包含 129 行新增1 行删除

查看文件

@@ -1153,6 +1153,9 @@ struct cdp_host_stats_ops {
uint8_t (*is_tx_delay_stats_enabled)(struct cdp_soc_t *soc_hdl,
uint8_t vdev_id);
#endif
QDF_STATUS
(*txrx_get_pdev_tid_stats)(struct cdp_soc_t *soc, uint8_t pdev_id,
struct cdp_tid_stats_intf *tid_stats);
};
struct cdp_wds_ops {