Searched refs:pf2vf_resp_wq (Results 1 – 1 of 1) sorted by relevance
11 static struct workqueue_struct *pf2vf_resp_wq; variable37 queue_work(pf2vf_resp_wq, &pf2vf_resp->pf2vf_resp_work); in adf_schedule_vf2pf_handler()199 pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0); in adf_init_pf_wq()201 return !pf2vf_resp_wq ? -ENOMEM : 0; in adf_init_pf_wq()206 if (pf2vf_resp_wq) { in adf_exit_pf_wq()207 destroy_workqueue(pf2vf_resp_wq); in adf_exit_pf_wq()208 pf2vf_resp_wq = NULL; in adf_exit_pf_wq()