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:
Amit Mehta
2022-06-28 14:36:23 +05:30
committed by Madan Koyyalamudi
부모 7d1e47bb27
커밋 08f5a4c814
10개의 변경된 파일59개의 추가작업 그리고 34개의 파일을 삭제

파일 보기

@@ -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_ */