Home
last modified time | relevance | path

Searched refs:host_credits (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/pmo/core/src/
Dwlan_pmo_suspend_resume.c756 int host_credits, wmi_pending_cmds; in pmo_core_enable_wow_in_fw() local
766 host_credits = pmo_tgt_psoc_get_host_credits(psoc); in pmo_core_enable_wow_in_fw()
769 host_credits, wmi_pending_cmds); in pmo_core_enable_wow_in_fw()
894 host_credits = pmo_tgt_psoc_get_host_credits(psoc); in pmo_core_enable_wow_in_fw()
897 if (host_credits < PMO_WOW_REQUIRED_CREDITS) { in pmo_core_enable_wow_in_fw()
899 "cannot resume back", host_credits, wmi_pending_cmds); in pmo_core_enable_wow_in_fw()
904 host_credits, wmi_pending_cmds); in pmo_core_enable_wow_in_fw()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c3771 int host_credits = 0; in wmi_get_host_credits() local
3774 &host_credits); in wmi_get_host_credits()
3775 return host_credits; in wmi_get_host_credits()