qcacmn: FISA suspend/resume code movement

Move the suspend/resume related handling for FISA
out of cmn DP.

Change-Id: I96aad736023a5d749b892a64b84827aab11ccdca
CRs-Fixed: 3512035
This commit is contained in:
Rakesh Pillai
2023-05-17 08:54:19 -07:00
committed by Rahul Choudhary
parent 60e91fe20b
commit 7bec9986f0
2 changed files with 10 additions and 54 deletions

View File

@@ -4135,17 +4135,6 @@ void dp_print_fisa_stats(struct dp_soc *soc);
*/
void dp_rx_fst_update_cmem_params(struct dp_soc *soc, uint16_t num_entries,
uint32_t cmem_ba_lo, uint32_t cmem_ba_hi);
void
dp_rx_fst_update_pm_suspend_status(struct dp_soc *soc, bool suspended);
/**
* dp_rx_fst_requeue_wq() - Re-queue pending work queue tasks
* @soc: DP SoC context
*
* Return: None
*/
void dp_rx_fst_requeue_wq(struct dp_soc *soc);
#else
static inline void
dp_rx_fst_update_cmem_params(struct dp_soc *soc, uint16_t num_entries,
@@ -4153,19 +4142,18 @@ dp_rx_fst_update_cmem_params(struct dp_soc *soc, uint16_t num_entries,
{
}
static inline void
dp_rx_fst_update_pm_suspend_status(struct dp_soc *soc, bool suspended)
{
}
static inline void
dp_rx_fst_requeue_wq(struct dp_soc *soc)
{
}
static inline void dp_print_fisa_stats(struct dp_soc *soc)
{
}
static QDF_STATUS dp_rx_dump_fisa_stats(struct dp_soc *soc)
{
return QDF_STATUS_SUCCESS;
}
static void dp_rx_dump_fisa_table(struct dp_soc *soc)
{
}
#endif /* WLAN_SUPPORT_RX_FISA */
#ifdef MAX_ALLOC_PAGE_SIZE