qcacmn: Register ppe2tcl and reo2ppe ring interrupts

Enable and register PPE2TCL and REO2PPE ring interrupts
for direct switch
Set interrupt timer threshold for ppe2tcl ring as 30 us.

Change-Id: Ida1ff6c3c2000f16f07960f7eae0d10edc337dc0
CRs-Fixed: 3341790
This commit is contained in:
Pavankumar Nandeshwar
2022-07-22 01:53:03 -07:00
committed by Madan Koyyalamudi
parent 19a0237072
commit e5534b1953
7 changed files with 234 additions and 7 deletions

View File

@@ -5618,6 +5618,11 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
soc_cfg_ctx->int_batch_threshold_other);
DP_PRINT_STATS("Int timer threshold other: %u ",
soc_cfg_ctx->int_timer_threshold_other);
DP_PRINT_STATS("Int batch threshold ppe2tcl: %u ",
soc_cfg_ctx->int_batch_threshold_ppe2tcl);
DP_PRINT_STATS("Int timer threshold ppe2tcl: %u ",
soc_cfg_ctx->int_timer_threshold_ppe2tcl);
DP_PRINT_STATS("DP NAPI scale factor: %u ",
soc_cfg_ctx->napi_scale_factor);