qcacmn: Move CCE and flow hal implementation to per chip

Move CCE and flow hal implementation to per chip hal layer.

Change-Id: I95a37d8bab00cdecfd6e8ae9a724b8c5541b336e
This commit is contained in:
Kai Chen
2021-10-19 11:24:36 -07:00
committed by Madan Koyyalamudi
parent bb3953b75b
commit d93357ef5d
19 changed files with 386 additions and 91 deletions

View File

@@ -1184,6 +1184,8 @@ static void hal_hw_txrx_ops_attach_6290(struct hal_soc *hal_soc)
hal_rx_msdu_flow_idx_timeout_6290;
hal_soc->ops->hal_rx_msdu_fse_metadata_get =
hal_rx_msdu_fse_metadata_get_6290;
hal_soc->ops->hal_rx_msdu_cce_match_get =
hal_rx_msdu_cce_match_get_li;
hal_soc->ops->hal_rx_msdu_cce_metadata_get =
hal_rx_msdu_cce_metadata_get_6290;
hal_soc->ops->hal_rx_msdu_get_flow_params =