qcacld-3.0: Move Enable detection of data stall events to DP component
Move change: Id4fd7f10f0806a39c5bdb7b8c097c26894dc5340 Enable detection of data stall events to DP component Change-Id: I9eab2f29739cd0159f202a3a95f4a4baa70cb47d CRs-Fixed: 3230891
This commit is contained in:
@@ -1155,4 +1155,21 @@ bool ucfg_dp_get_napi_enabled(struct wlan_objmgr_psoc *psoc);
|
||||
* Return: None
|
||||
*/
|
||||
void ucfg_dp_set_tc_ingress_prio(struct wlan_objmgr_psoc *psoc, uint32_t value);
|
||||
|
||||
/**
|
||||
* ucfg_dp_nud_fail_data_stall_evt_enabled() - Check if NUD failuire data stall
|
||||
* detection is enabled
|
||||
*
|
||||
* Return: True if the data stall event is enabled
|
||||
*/
|
||||
bool ucfg_dp_nud_fail_data_stall_evt_enabled(void);
|
||||
|
||||
/**
|
||||
* ucfg_dp_fw_data_stall_evt_enabled() - Check if Fw data stall
|
||||
* detection is enabled
|
||||
*
|
||||
* Return: data stall event mask
|
||||
*/
|
||||
uint32_t ucfg_dp_fw_data_stall_evt_enabled(void);
|
||||
|
||||
#endif /* _WLAN_DP_UCFG_API_H_ */
|
||||
|
Reference in New Issue
Block a user