qcacmn: CDP op to update DL flow ref count in SAWF

CDP op to update DL flow ref count in SAWF.

Change-Id: If348c53f82361f03b7457bd485d99e42d3b3431a
CRs-Fixed: 3484316
This commit is contained in:
Ripan Deuri
2023-04-25 11:08:05 +05:30
committed by Madan Koyyalamudi
parent 501d972a64
commit 534c9c36a9
3 changed files with 32 additions and 0 deletions

View File

@@ -2399,6 +2399,10 @@ struct cdp_sawf_ops {
(*swaf_peer_sla_configuration)(struct cdp_soc_t *soc,
uint8_t *mac_addr, uint16_t *sla_mask);
QDF_STATUS
(*sawf_peer_flow_count)(struct cdp_soc_t *hdl, uint8_t *mac_addr,
uint8_t svc_id, uint8_t direction,
uint8_t start_or_stop, uint8_t *peer_mac);
#endif
};
#endif