Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_sriov.c55 static struct workqueue_struct *pf2vf_resp_wq; variable
107 queue_work(pf2vf_resp_wq, &pf2vf_resp->pf2vf_resp_work); in adf_vf2pf_bh_handler()
301 pf2vf_resp_wq = create_workqueue("qat_pf2vf_resp_wq"); in adf_init_pf_wq()
303 return !pf2vf_resp_wq ? -ENOMEM : 0; in adf_init_pf_wq()
308 if (pf2vf_resp_wq) { in adf_exit_pf_wq()
309 destroy_workqueue(pf2vf_resp_wq); in adf_exit_pf_wq()
310 pf2vf_resp_wq = NULL; in adf_exit_pf_wq()