Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c42 * event list @wil->pending_wmi_ev. Then, work queue @wil->wmi_wq wakes up
1901 * Extract WMI command from mailbox. Queue it to the @wil->pending_wmi_ev
2028 list_add_tail(&evt->list, &wil->pending_wmi_ev); in wmi_recv_cmd()
3076 list_for_each_entry_safe(evt, t, &wil->pending_wmi_ev, list) { in wmi_event_flush()
3393 if (!list_empty(&wil->pending_wmi_ev)) { in next_wmi_ev()
3394 ret = wil->pending_wmi_ev.next; in next_wmi_ev()
3431 if (!list_empty(&wil->pending_wmi_ev)) { in wil_is_wmi_idle()
H A Dwil6210.h975 struct list_head pending_wmi_ev; member
977 * protect pending_wmi_ev
H A Dmain.c714 INIT_LIST_HEAD(&wil->pending_wmi_ev); in wil_priv_init()