qcacmn: Add support to get rx mcast and bcast stats

Add support to get rx multicast and broadcast stats
in IPA Architecture

Change-Id: Id7cf7bb09534833af7fe620cdbd4ed452d9e4613
CRs-Fixed: 3346858
This commit is contained in:
Amrit
2022-11-24 12:53:56 +05:30
committato da Madan Koyyalamudi
parent 7e8649bed8
commit 6d1cdea120
5 ha cambiato i file con 87 aggiunte e 0 eliminazioni

Vedi File

@@ -15059,6 +15059,9 @@ static struct cdp_ipa_ops dp_ops_ipa = {
.ipa_rx_intrabss_fwd = dp_ipa_rx_intrabss_fwd,
.ipa_tx_buf_smmu_mapping = dp_ipa_tx_buf_smmu_mapping,
.ipa_tx_buf_smmu_unmapping = dp_ipa_tx_buf_smmu_unmapping,
#ifdef QCA_ENHANCED_STATS_SUPPORT
.ipa_update_peer_rx_stats = dp_ipa_update_peer_rx_stats,
#endif
#ifdef IPA_WDS_EASYMESH_FEATURE
.ipa_ast_create = dp_ipa_ast_create,
#endif