qcacmn: Add ini value for fisa rx lru del enable

Add ini value to enable disable lru del enable/disable.

Change-Id: I61e967a1f0939515177edc79415397e16b55d774
CRs-Fixed: 3160268
This commit is contained in:
sandhu
2022-03-25 11:50:42 -07:00
committed by Madan Koyyalamudi
szülő a684d24bfe
commit 654ea2aefe
4 fájl változott, egészen pontosan 46 új sor hozzáadva és 1 régi sor törölve

Fájl megtekintése

@@ -363,6 +363,7 @@ struct wlan_cfg_dp_soc_ctxt {
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;
@@ -1668,6 +1669,16 @@ void wlan_cfg_fill_interrupt_mask(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx,
*/
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
*