Home
last modified time | relevance | path

Searched refs:alloc_wq (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c896 if (!rba->alloc_wq) in iwl_pcie_rx_init()
897 rba->alloc_wq = alloc_workqueue("rb_allocator", in iwl_pcie_rx_init()
993 if (rba->alloc_wq) { in iwl_pcie_rx_free()
994 destroy_workqueue(rba->alloc_wq); in iwl_pcie_rx_free()
995 rba->alloc_wq = NULL; in iwl_pcie_rx_free()
1067 queue_work(rba->alloc_wq, &rba->rx_alloc); in iwl_pcie_rx_reuse_rbd()
Dinternal.h164 struct workqueue_struct *alloc_wq; member