Searched refs:hif_workqueue (Results 1 – 4 of 4) sorted by relevance
266 struct workqueue_struct *hif_workqueue; member
875 flush_workqueue(wilc->hif_workqueue); in wilc_netdev_cleanup()876 destroy_workqueue(wilc->hif_workqueue); in wilc_netdev_cleanup()
1830 wl->hif_workqueue = create_singlethread_workqueue("WILC_wq"); in wilc_cfg80211_init()1831 if (!wl->hif_workqueue) { in wilc_cfg80211_init()1847 destroy_workqueue(wl->hif_workqueue); in wilc_cfg80211_init()1941 flush_workqueue(vif->wilc->hif_workqueue); in wilc_deinit_host_int()
160 if (!msg->vif || !msg->vif->wilc || !msg->vif->wilc->hif_workqueue) in wilc_enqueue_work()163 if (!queue_work(msg->vif->wilc->hif_workqueue, &msg->work)) in wilc_enqueue_work()