Searched refs:device_sriov_wq (Results 1 – 1 of 1) sorted by relevance
18 static struct workqueue_struct *device_sriov_wq; variable142 queue_work(device_sriov_wq, &sriov_data.sriov_work); in adf_device_reset_worker()283 device_sriov_wq = alloc_workqueue("qat_device_sriov_wq", 0, 0); in adf_init_aer()284 if (!device_sriov_wq) in adf_init_aer()296 if (device_sriov_wq) in adf_exit_aer()297 destroy_workqueue(device_sriov_wq); in adf_exit_aer()298 device_sriov_wq = NULL; in adf_exit_aer()