Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/nan/dispatcher/src/
Dnan_ucfg_api.c782 bool recovery; in ucfg_nan_discovery_req() local
917 recovery = cds_is_driver_recovering(); in ucfg_nan_discovery_req()
918 if (!recovery) in ucfg_nan_discovery_req()
920 if (recovery || err) { in ucfg_nan_discovery_req()
922 req_type, recovery, err); in ucfg_nan_discovery_req()
/wlan-driver/platform/icnss2/
Ddebug.c483 ICNSS_STATS_DUMP(s, priv, recovery.pdr_fw_crash); in icnss_stats_show()
484 ICNSS_STATS_DUMP(s, priv, recovery.pdr_host_error); in icnss_stats_show()
485 ICNSS_STATS_DUMP(s, priv, recovery.root_pd_crash); in icnss_stats_show()
486 ICNSS_STATS_DUMP(s, priv, recovery.root_pd_shutdown); in icnss_stats_show()
Dmain.h238 } recovery; member
Dmain.c2245 priv->stats.recovery.root_pd_crash++; in icnss_wpss_notifier_nb()
2247 priv->stats.recovery.root_pd_shutdown++; in icnss_wpss_notifier_nb()
2317 priv->stats.recovery.root_pd_crash++; in icnss_modem_notifier_nb()
2320 priv->stats.recovery.root_pd_shutdown++; in icnss_modem_notifier_nb()
2640 priv->stats.recovery.pdr_host_error++; in icnss_pdr_notifier_cb()
2643 priv->stats.recovery.pdr_fw_crash++; in icnss_pdr_notifier_cb()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.h387 bool recovery; member
823 return !(hif_sc->recovery); in hif_is_target_register_access_allowed()
Dhif_io32.h138 return !(scn->recovery); in hif_target_access_allowed()
Dhif_main.c121 scn->recovery = true; in hif_shutdown_notifier_cb()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_api.h798 bool recovery) in hal_write32_mb_confirm_retry() argument
803 if (QDF_IS_STATUS_ERROR(ret) && recovery) in hal_write32_mb_confirm_retry()
811 bool recovery) in hal_write32_mb_confirm_retry() argument
834 if (retry_cnt > HAL_REG_WRITE_RETRY_MAX && recovery) in hal_write32_mb_confirm_retry()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c517 if (scn->recovery) in hif_targ_is_awake()
1227 if (scn->recovery) in hif_sleep_entry()
2444 scn->recovery = true; in __hif_check_link_status()
2663 scn->recovery = true; in hif_log_soc_wakeup_timeout()
2717 if (scn->recovery) in hif_pci_target_sleep_state_adjust()
/wlan-driver/platform/cnss2/
Dmain.c4418 unsigned int recovery = 0; in recovery_store() local
4423 if (sscanf(buf, "%du", &recovery) != 1) { in recovery_store()
4428 plat_priv->recovery_enabled = !!(recovery & CNSS_WLAN_RECOVERY); in recovery_store()
4429 plat_priv->recovery_pcss_enabled = !!(recovery & CNSS_PCSS_RECOVERY); in recovery_store()
4599 static DEVICE_ATTR_RW(recovery);