qcacmn: Configure registers for reo2ppe

Configure REO destination remap register and REO DST_INFO
register fot REO2PPE ring

Change-Id: I81cce807cde3babcfb265675ec758d33fc10214f
CRs-Fixed: 3274303
This commit is contained in:
Pavankumar Nandeshwar
2022-08-24 03:35:41 -07:00
committed by Madan Koyyalamudi
parent 6809114926
commit 2f3e28c33c
5 changed files with 65 additions and 0 deletions

View File

@@ -803,6 +803,21 @@ hal_tx_mcast_mlo_reinject_routing_set(
}
#endif
/*
* hal_reo_config_reo2ppe_dest_info() - Configure reo2ppe dest info
* @hal_soc_hdl: HAL SoC Context
*
* Return: None.
*/
static inline
void hal_reo_config_reo2ppe_dest_info(hal_soc_handle_t hal_soc_hdl)
{
struct hal_soc *hal_soc = (struct hal_soc *)hal_soc_hdl;
if (hal_soc->ops->hal_reo_config_reo2ppe_dest_info)
hal_soc->ops->hal_reo_config_reo2ppe_dest_info(hal_soc_hdl);
}
/*
* hal_tx_get_num_ppe_vp_tbl_entries() - Get the total number of VP table
* @hal_soc: HAL SoC Context