|
@@ -980,6 +980,12 @@ dp_srng_configure_interrupt_thresholds(struct dp_soc *soc,
|
|
|
ring_params->intr_batch_cntr_thres_entries =
|
|
|
wlan_cfg_get_int_batch_threshold_ppe2tcl(soc->wlan_cfg_ctx);
|
|
|
break;
|
|
|
+ case RXDMA_MONITOR_DST:
|
|
|
+ ring_params->intr_timer_thres_us =
|
|
|
+ wlan_cfg_get_int_timer_threshold_mon_dest(soc->wlan_cfg_ctx);
|
|
|
+ ring_params->intr_batch_cntr_thres_entries =
|
|
|
+ wlan_cfg_get_int_batch_threshold_mon_dest(soc->wlan_cfg_ctx);
|
|
|
+ break;
|
|
|
}
|
|
|
|
|
|
/* Enable low threshold interrupts for rx buffer rings (regular and
|