Searched refs:hif_workqueue (Results 1 – 4 of 4) sorted by relevance
270 struct workqueue_struct *hif_workqueue; member
889 destroy_workqueue(wilc->hif_workqueue); in wilc_netdev_cleanup()969 wl->hif_workqueue = alloc_ordered_workqueue("%s-wq", WQ_MEM_RECLAIM, in wilc_netdev_ifc_init()971 if (!wl->hif_workqueue) { in wilc_netdev_ifc_init()
79 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()
1843 flush_workqueue(vif->wilc->hif_workqueue); in wilc_deinit_host_int()