Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/qat/qat_common/
Dadf_aer.c12 static struct workqueue_struct *device_reset_wq; variable
129 queue_work(device_reset_wq, &reset_data->reset_work); in adf_dev_aer_schedule_reset()
212 device_reset_wq = alloc_workqueue("qat_device_reset_wq", in adf_init_aer()
214 return !device_reset_wq ? -EFAULT : 0; in adf_init_aer()
219 if (device_reset_wq) in adf_exit_aer()
220 destroy_workqueue(device_reset_wq); in adf_exit_aer()
221 device_reset_wq = NULL; in adf_exit_aer()