qcacmn: Add ini param for reo dest ring

Add ini param for reo destination ring size and
cleanup usage of emulation macro

Change-Id: I6e8e0c2d8f57469289eccd3c12c07f3bf6b47c04
This commit is contained in:
Chaithanya Garrepalli
2021-08-31 17:32:14 +05:30
committed by Madan Koyyalamudi
parent b98c3e9250
commit 4fa2c22c80
4 changed files with 13 additions and 28 deletions

View File

@@ -1177,6 +1177,8 @@ wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
CFG_DP_TCL_CMD_CREDIT_RING);
wlan_cfg_ctx->tcl_status_ring = cfg_get(psoc,
CFG_DP_TCL_STATUS_RING);
wlan_cfg_ctx->reo_dst_ring_size = cfg_get(psoc,
CFG_DP_RX_DESTINATION_RING);
wlan_cfg_ctx->reo_reinject_ring = cfg_get(psoc,
CFG_DP_REO_REINJECT_RING);
wlan_cfg_ctx->rx_release_ring = cfg_get(psoc,