Home
last modified time | relevance | path

Searched refs:target_status (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_main.h379 enum hif_target_status target_status; member
H A Dhif_main.c2184 if (TARGET_STATUS_RESET == scn->target_status) { in hif_crash_shutdown()
2577 return scn->target_status; in hif_get_target_status()
2593 scn->target_status = status; in hif_set_target_status()
/wlan-driver/qcacld-3.0/core/bmi/src/
H A Dol_fw.c729 enum hif_target_status target_status = hif_get_target_status(scn); in ol_target_failure() local
740 if (TARGET_STATUS_RESET == target_status) { in ol_target_failure()
/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()