Searched refs:device_reset_wq (Results 1 – 1 of 1) sorted by relevance
11 static struct workqueue_struct *device_reset_wq; variable127 queue_work(device_reset_wq, &reset_data->reset_work); in adf_dev_aer_schedule_reset()176 device_reset_wq = alloc_workqueue("qat_device_reset_wq", in adf_init_aer()178 return !device_reset_wq ? -EFAULT : 0; in adf_init_aer()183 if (device_reset_wq) in adf_exit_aer()184 destroy_workqueue(device_reset_wq); in adf_exit_aer()185 device_reset_wq = NULL; in adf_exit_aer()