qcacmn: Print mon dst interrupt threshold
Add change to print monitor destination ring interrupt threshold values. Change-Id: I5750d7e491e4e8761b4dca61630c2f04355b0b59 CRs-Fixed: 3569507
This commit is contained in:

committed by
Rahul Choudhary

parent
32d27588db
commit
22a0b8805b
@@ -5669,6 +5669,10 @@ void dp_print_soc_cfg_params(struct dp_soc *soc)
|
|||||||
soc_cfg_ctx->int_batch_threshold_other);
|
soc_cfg_ctx->int_batch_threshold_other);
|
||||||
DP_PRINT_STATS("Int timer threshold other: %u ",
|
DP_PRINT_STATS("Int timer threshold other: %u ",
|
||||||
soc_cfg_ctx->int_timer_threshold_other);
|
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 ",
|
DP_PRINT_STATS("Int batch threshold ppe2tcl: %u ",
|
||||||
soc_cfg_ctx->int_batch_threshold_ppe2tcl);
|
soc_cfg_ctx->int_batch_threshold_ppe2tcl);
|
||||||
DP_PRINT_STATS("Int timer threshold ppe2tcl: %u ",
|
DP_PRINT_STATS("Int timer threshold ppe2tcl: %u ",
|
||||||
|
Reference in New Issue
Block a user