Home
last modified time | relevance | path

Searched refs:suspend_resp_rcvd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dinterrupt.c631 if (wil->n_msi == 3 && wil->suspend_resp_rcvd) { in wil6210_irq_misc_thread()
654 if (wil->suspend_resp_rcvd) { in wil6210_thread_irq()
Dwmi.c1598 wil->suspend_resp_rcvd = true; in wmi_recv_cmd()
2586 wil->suspend_resp_rcvd = false; in wmi_suspend()
2610 if (wil->suspend_resp_rcvd) in wmi_suspend()
2628 wil->suspend_resp_rcvd = false; in wmi_suspend()
Dwil6210.h1002 bool suspend_resp_rcvd; member