qcacmn: add FSE CMEM HTT response
CMEM FSE details like offset into CMEM where flow search table(FST) is allocated and the size of the FST will be sent by the firmware in response to FSE setup message. Adding the logic to parse the response message and update the CMEM parameters in the SW FST. Change-Id: Id1dd4b59be02c175da3fc6fcb5ed56e6f491133a CRs-Fixed: 2771187
此提交包含在:
@@ -2290,6 +2290,24 @@ void dp_is_hw_dbs_enable(struct dp_soc *soc,
|
||||
|
||||
#if defined(WLAN_SUPPORT_RX_FISA)
|
||||
void dp_rx_dump_fisa_table(struct dp_soc *soc);
|
||||
|
||||
/*
|
||||
* dp_rx_fst_update_cmem_params() - Update CMEM FST params
|
||||
* @soc: DP SoC context
|
||||
* @num_entries: Number of flow search entries
|
||||
* @cmem_ba_lo: CMEM base address low
|
||||
* @cmem_ba_hi: CMEM base address high
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
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);
|
||||
#else
|
||||
static inline 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)
|
||||
{
|
||||
}
|
||||
#endif /* WLAN_SUPPORT_RX_FISA */
|
||||
|
||||
#ifdef MAX_ALLOC_PAGE_SIZE
|
||||
|
新增問題並參考
封鎖使用者