Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwmi.c1626 list_add_tail(&evt->list, &wil->pending_wmi_ev); in wmi_recv_cmd()
2552 list_for_each_entry_safe(evt, t, &wil->pending_wmi_ev, list) { in wmi_event_flush()
2851 if (!list_empty(&wil->pending_wmi_ev)) { in next_wmi_ev()
2852 ret = wil->pending_wmi_ev.next; in next_wmi_ev()
2889 if (!list_empty(&wil->pending_wmi_ev)) { in wil_is_wmi_idle()
Dwil6210.h939 struct list_head pending_wmi_ev; member
Dmain.c622 INIT_LIST_HEAD(&wil->pending_wmi_ev); in wil_priv_init()