Searched refs:device_reset_wq (Results 1 – 1 of 1) sorted by relevance
56 static struct workqueue_struct *device_reset_wq; variable159 queue_work(device_reset_wq, &reset_data->reset_work); in adf_dev_aer_schedule_reset()247 device_reset_wq = create_workqueue("qat_device_reset_wq"); in adf_init_aer()248 return !device_reset_wq ? -EFAULT : 0; in adf_init_aer()253 if (device_reset_wq) in adf_exit_aer()254 destroy_workqueue(device_reset_wq); in adf_exit_aer()255 device_reset_wq = NULL; in adf_exit_aer()