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:
@@ -1810,6 +1810,8 @@ static void hal_hw_txrx_ops_attach_qca6490(struct hal_soc *hal_soc)
|
||||
hal_rx_msdu_flow_idx_timeout_6490;
|
||||
hal_soc->ops->hal_rx_msdu_fse_metadata_get =
|
||||
hal_rx_msdu_fse_metadata_get_6490;
|
||||
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_6490;
|
||||
hal_soc->ops->hal_rx_msdu_get_flow_params =
|
||||
@@ -1853,6 +1855,11 @@ static void hal_hw_txrx_ops_attach_qca6490(struct hal_soc *hal_soc)
|
||||
hal_rx_pkt_tlv_offset_get_generic;
|
||||
#endif
|
||||
hal_soc->ops->hal_rx_flow_setup_fse = hal_rx_flow_setup_fse_6490;
|
||||
hal_soc->ops->hal_rx_flow_get_tuple_info =
|
||||
hal_rx_flow_get_tuple_info_li;
|
||||
hal_soc->ops->hal_rx_flow_delete_entry =
|
||||
hal_rx_flow_delete_entry_li;
|
||||
hal_soc->ops->hal_rx_fst_get_fse_size = hal_rx_fst_get_fse_size_li;
|
||||
hal_soc->ops->hal_compute_reo_remap_ix2_ix3 =
|
||||
hal_compute_reo_remap_ix2_ix3_6490;
|
||||
hal_soc->ops->hal_rx_msdu_get_reo_destination_indication =
|
||||
|
Reference in New Issue
Block a user