Home
last modified time | relevance | path

Searched refs:dp_fst (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_rx_fst.c619 struct dp_rx_fst *dp_fst; in dp_rx_fst_detach() local
621 dp_fst = dp_ctx->rx_fst; in dp_rx_fst_detach()
622 if (qdf_likely(dp_fst)) { in dp_rx_fst_detach()
625 qdf_timer_sync_cancel(&dp_fst->fse_cache_flush_timer); in dp_rx_fst_detach()
626 if (dp_fst->fst_in_cmem) in dp_rx_fst_detach()
627 dp_rx_fst_cmem_deinit(dp_fst); in dp_rx_fst_detach()
629 hal_rx_fst_detach(soc->hal_soc, dp_fst->hal_rx_fst, in dp_rx_fst_detach()
632 dp_rx_sw_ft_hist_deinit((struct dp_fisa_rx_sw_ft *)dp_fst->base, in dp_rx_fst_detach()
633 dp_fst->max_entries); in dp_rx_fst_detach()
634 dp_context_free_mem(soc, DP_FISA_RX_FT_TYPE, dp_fst->base); in dp_rx_fst_detach()
[all …]
H A Dwlan_dp_fisa_rx.c2298 struct dp_rx_fst *dp_fst; in dp_suspend_fse_cache_flush() local
2300 dp_fst = dp_ctx->rx_fst; in dp_suspend_fse_cache_flush()
2301 if (dp_fst) { in dp_suspend_fse_cache_flush()
2302 if (qdf_atomic_read(&dp_fst->fse_cache_flush_posted)) in dp_suspend_fse_cache_flush()
2303 qdf_timer_sync_cancel(&dp_fst->fse_cache_flush_timer); in dp_suspend_fse_cache_flush()
2304 dp_fst->fse_cache_flush_allow = false; in dp_suspend_fse_cache_flush()
2312 struct dp_rx_fst *dp_fst; in dp_resume_fse_cache_flush() local
2314 dp_fst = dp_ctx->rx_fst; in dp_resume_fse_cache_flush()
2315 if (dp_fst) { in dp_resume_fse_cache_flush()
2316 qdf_atomic_set(&dp_fst->fse_cache_flush_posted, 0); in dp_resume_fse_cache_flush()
[all …]