Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dnetdev.h276 struct workqueue_struct *hif_workqueue; member
H A Dcfg80211.c1839 wl->hif_workqueue = alloc_ordered_workqueue("%s", WQ_MEM_RECLAIM, in wilc_cfg80211_init()
1841 if (!wl->hif_workqueue) { in wilc_cfg80211_init()
1892 flush_workqueue(vif->wilc->hif_workqueue); in wilc_deinit_host_int()
H A Dhif.c79 if (!msg->vif || !msg->vif->wilc || !msg->vif->wilc->hif_workqueue) in wilc_enqueue_work()
82 if (!queue_work(msg->vif->wilc->hif_workqueue, &msg->work)) in wilc_enqueue_work()