qcacmn: FISA ini movement

Move the non-converged INIs related to FISA
out of cmn DP.

Change-Id: I8b0419a753b3e11d4318f9ddab4dd975ef22786b
CRs-Fixed: 3512036
此提交包含在:
Rakesh Pillai
2023-05-18 07:17:31 -07:00
提交者 Rahul Choudhary
父節點 7bec9986f0
當前提交 47c1ec75a2
共有 3 個檔案被更改,包括 0 行新增95 行删除

查看文件

@@ -467,8 +467,6 @@ struct wlan_cfg_dp_soc_ctxt {
uint16_t rx_flow_max_search;
uint8_t *rx_toeplitz_hash_key;
uint8_t pktlog_buffer_size;
uint8_t is_rx_fisa_enabled;
bool is_rx_fisa_lru_del_enabled;
bool is_tso_desc_attach_defer;
uint32_t delayed_replenish_entries;
uint32_t reo_rings_mapping;
@@ -1977,26 +1975,6 @@ void wlan_cfg_fill_interrupt_mask(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx,
bool is_monitor_mode, bool ppeds_attached,
bool umac_reset_support);
/**
* wlan_cfg_is_rx_fisa_enabled() - Get Rx FISA enabled flag
*
*
* @cfg: soc configuration context
*
* Return: true if enabled, false otherwise.
*/
bool wlan_cfg_is_rx_fisa_enabled(struct wlan_cfg_dp_soc_ctxt *cfg);
/**
* wlan_cfg_is_rx_fisa_lru_del_enabled() - Get Rx FISA LRU del enabled flag
*
*
* @cfg: soc configuration context
*
* Return: true if enabled, false otherwise.
*/
bool wlan_cfg_is_rx_fisa_lru_del_enabled(struct wlan_cfg_dp_soc_ctxt *cfg);
/**
* wlan_cfg_is_rx_buffer_pool_enabled() - Get RX buffer pool enabled flag
*