qcacmn: bkpressure control time event

add debug prints and a custom timer for how long to wait to receive next
bk pressure event message.

Change-Id: I5a736b0f134cd179990de536da02967db3e39774
CRs-Fixed: 3273427
这个提交包含在:
Ruben Columbus
2022-08-19 17:24:12 -07:00
提交者 Madan Koyyalamudi
父节点 0602fba425
当前提交 734657149e
修改 5 个文件,包含 92 行新增29 行删除

查看文件

@@ -296,6 +296,7 @@ struct wlan_cfg_dp_soc_ctxt {
int int_timer_threshold_other;
int int_timer_threshold_mon;
int tx_ring_size;
int time_control_bp;
int tx_comp_ring_size;
int tx_comp_ring_size_nss;
uint8_t int_tx_ring_mask[WLAN_CFG_INT_NUM_CONTEXTS];
@@ -1358,6 +1359,14 @@ int wlan_cfg_get_p2p_checksum_offload(struct wlan_cfg_dp_soc_ctxt *cfg);
*/
int wlan_cfg_tx_ring_size(struct wlan_cfg_dp_soc_ctxt *cfg);
/*
* wlan_cfg_time_control_bp - Get time for interval in bp prints
* @wlan_cfg_soc_ctx
*
* Return: interval time
*/
int wlan_cfg_time_control_bp(struct wlan_cfg_dp_soc_ctxt *cfg);
/*
* wlan_cfg_tx_comp_ring_size - Get Tx completion ring size (WBM Ring)
* @wlan_cfg_soc_ctx