Selaa lähdekoodia

qcacmn: Print mon dst interrupt threshold

Add change to print monitor destination ring interrupt
threshold values.

Change-Id: I5750d7e491e4e8761b4dca61630c2f04355b0b59
CRs-Fixed: 3569507
Santosh Anbu 1 vuosi sitten
vanhempi
sitoutus
22a0b8805b
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      dp/wifi3.0/dp_stats.c

+ 4 - 0
dp/wifi3.0/dp_stats.c

@@ -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 ",