Searched refs:alloc_wq (Results 1 – 2 of 2) sorted by relevance
711 if (!rba->alloc_wq) in iwl_pcie_rx_init()712 rba->alloc_wq = alloc_workqueue("rb_allocator", in iwl_pcie_rx_init()765 if (rba->alloc_wq) { in iwl_pcie_rx_free()766 destroy_workqueue(rba->alloc_wq); in iwl_pcie_rx_free()767 rba->alloc_wq = NULL; in iwl_pcie_rx_free()829 queue_work(rba->alloc_wq, &rba->rx_alloc); in iwl_pcie_rx_reuse_rbd()
149 struct workqueue_struct *alloc_wq; member