Home
last modified time | relevance | path

Searched refs:TARGET_STATUS_RESET (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c740 if (TARGET_STATUS_RESET == target_status) { in ol_target_failure()
745 hif_set_target_status(scn, TARGET_STATUS_RESET); in ol_target_failure()
1819 if (status != TARGET_STATUS_RESET) { in ol_get_iram_len_and_pos()
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
H A Dce_tasklet.c474 if ((scn->target_status != TARGET_STATUS_RESET) && in ce_tasklet()
H A Dce_main.c3658 if (scn->target_status == TARGET_STATUS_RESET) in hif_pci_ce_recv_data()
6054 if (scn->target_status == TARGET_STATUS_RESET) in hif_wlan_disable()
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
H A Dif_pci.c267 if ((scn->target_status != TARGET_STATUS_RESET) && in pci_dispatch_interrupt()
1015 if (scn->target_status == TARGET_STATUS_RESET) in wlan_tasklet()
3937 (scn->target_status != TARGET_STATUS_RESET) && in hif_pci_irq_enable()
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.c2184 if (TARGET_STATUS_RESET == scn->target_status) { in hif_crash_shutdown()
2195 hif_set_target_status(hif_ctx, TARGET_STATUS_RESET); in hif_crash_shutdown()
/wlan-driver/qca-wifi-host-cmn/hif/inc/
H A Dhif.h1097 TARGET_STATUS_RESET, /* target got reset */ enumerator
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_ipa.c2197 if (hif_get_target_status(soc->hif_handle) == TARGET_STATUS_RESET) in dp_ipa_is_target_ready()
H A Ddp_main.c5288 else if (hif_get_target_status(soc->hif_handle) == TARGET_STATUS_RESET) in dp_vdev_detach_wifi3()