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
这个提交包含在:
@@ -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
|
||||
|
在新工单中引用
屏蔽一个用户