Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_sriov.c13 static struct workqueue_struct *pf2vf_resp_wq; variable
47 queue_work(pf2vf_resp_wq, &pf2vf_resp->pf2vf_resp_work); in adf_schedule_vf2pf_handler()
204 pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0); in adf_init_pf_wq()
206 return !pf2vf_resp_wq ? -ENOMEM : 0; in adf_init_pf_wq()
211 if (pf2vf_resp_wq) { in adf_exit_pf_wq()
212 destroy_workqueue(pf2vf_resp_wq); in adf_exit_pf_wq()
213 pf2vf_resp_wq = NULL; in adf_exit_pf_wq()
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_sriov.c11 static struct workqueue_struct *pf2vf_resp_wq; variable
63 queue_work(pf2vf_resp_wq, &pf2vf_resp->pf2vf_resp_work); in adf_vf2pf_bh_handler()
255 pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0); in adf_init_pf_wq()
257 return !pf2vf_resp_wq ? -ENOMEM : 0; in adf_init_pf_wq()
262 if (pf2vf_resp_wq) { in adf_exit_pf_wq()
263 destroy_workqueue(pf2vf_resp_wq); in adf_exit_pf_wq()
264 pf2vf_resp_wq = NULL; in adf_exit_pf_wq()

Completed in 3 milliseconds