Home
last modified time | relevance | path

Searched refs:fw_timeout_crash (Results 1 – 10 of 10) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_config.h128 bool fw_timeout_crash; member
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c3861 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3873 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3889 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3904 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3920 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3930 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3949 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3967 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
3982 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
4006 if (wma_crash_on_fw_timeout(wma->fw_timeout_crash)) in wma_hold_req_timer()
[all …]
H A Dwma_main.c3741 wma_handle->fw_timeout_crash = cds_cfg->fw_timeout_crash; in wma_open()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
H A Dwlan_mlme_ucfg_api.h587 bool *fw_timeout_crash) in ucfg_mlme_get_fw_timeout_crash() argument
589 return wlan_mlme_get_fw_timeout_crash(psoc, fw_timeout_crash); in ucfg_mlme_get_fw_timeout_crash()
H A Dwlan_mlme_public_struct.h1510 bool fw_timeout_crash; member
H A Dwlan_mlme_api.h563 bool *fw_timeout_crash);
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h1088 bool fw_timeout_crash; member
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c545 bool *fw_timeout_crash) in wlan_mlme_get_fw_timeout_crash() argument
553 *fw_timeout_crash = mlme_obj->cfg.gen.fw_timeout_crash; in wlan_mlme_get_fw_timeout_crash()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c15216 bool fw_timeout_crash; in hdd_update_cds_config() local
15243 &fw_timeout_crash); in hdd_update_cds_config()
15277 cds_cfg->fw_timeout_crash = fw_timeout_crash; in hdd_update_cds_config()
/wlan-driver/qcacld-3.0/components/mlme/core/src/
H A Dwlan_mlme_main.c1389 gen->fw_timeout_crash = in mlme_init_generic_cfg()