Searched refs:hif_workqueue (Results 1 – 4 of 4) sorted by relevance
259 struct workqueue_struct *hif_workqueue; member
843 flush_workqueue(wilc->hif_workqueue); in wilc_netdev_cleanup()844 destroy_workqueue(wilc->hif_workqueue); in wilc_netdev_cleanup()
1753 wl->hif_workqueue = create_singlethread_workqueue("WILC_wq"); in wilc_cfg80211_init()1754 if (!wl->hif_workqueue) { in wilc_cfg80211_init()1768 destroy_workqueue(wl->hif_workqueue); in wilc_cfg80211_init()1863 flush_workqueue(vif->wilc->hif_workqueue); in wilc_deinit_host_int()
74 if (!msg->vif || !msg->vif->wilc || !msg->vif->wilc->hif_workqueue) in wilc_enqueue_work()77 if (!queue_work(msg->vif->wilc->hif_workqueue, &msg->work)) in wilc_enqueue_work()