qcacmn: Print mon dst interrupt threshold

Add change to print monitor destination ring interrupt
threshold values.

Change-Id: I5750d7e491e4e8761b4dca61630c2f04355b0b59
CRs-Fixed: 3569507
このコミットが含まれているのは:
Santosh Anbu
2023-07-24 17:03:50 +05:30
committed by Rahul Choudhary
コミット 22a0b8805b

ファイルの表示

@@ -5669,6 +5669,10 @@ 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 mon dest: %u ",
soc_cfg_ctx->int_batch_threshold_mon_dest);
DP_PRINT_STATS("Int timer threshold mon dest: %u ",
soc_cfg_ctx->int_timer_threshold_mon_dest);
DP_PRINT_STATS("Int batch threshold ppe2tcl: %u ",
soc_cfg_ctx->int_batch_threshold_ppe2tcl);
DP_PRINT_STATS("Int timer threshold ppe2tcl: %u ",