pf2vf_resp_wq      55 drivers/crypto/qat/qat_common/adf_sriov.c static struct workqueue_struct *pf2vf_resp_wq;
pf2vf_resp_wq     107 drivers/crypto/qat/qat_common/adf_sriov.c 	queue_work(pf2vf_resp_wq, &pf2vf_resp->pf2vf_resp_work);
pf2vf_resp_wq     295 drivers/crypto/qat/qat_common/adf_sriov.c 	pf2vf_resp_wq = alloc_workqueue("qat_pf2vf_resp_wq", WQ_MEM_RECLAIM, 0);
pf2vf_resp_wq     297 drivers/crypto/qat/qat_common/adf_sriov.c 	return !pf2vf_resp_wq ? -ENOMEM : 0;
pf2vf_resp_wq     302 drivers/crypto/qat/qat_common/adf_sriov.c 	if (pf2vf_resp_wq) {
pf2vf_resp_wq     303 drivers/crypto/qat/qat_common/adf_sriov.c 		destroy_workqueue(pf2vf_resp_wq);
pf2vf_resp_wq     304 drivers/crypto/qat/qat_common/adf_sriov.c 		pf2vf_resp_wq = NULL;