Searched refs:device_reset_wq (Results 1 – 1 of 1) sorted by relevance
12 static struct workqueue_struct *device_reset_wq; variable129 queue_work(device_reset_wq, &reset_data->reset_work); in adf_dev_aer_schedule_reset()216 device_reset_wq = alloc_workqueue("qat_device_reset_wq", in adf_init_aer()218 return !device_reset_wq ? -EFAULT : 0; in adf_init_aer()223 if (device_reset_wq) in adf_exit_aer()224 destroy_workqueue(device_reset_wq); in adf_exit_aer()225 device_reset_wq = NULL; in adf_exit_aer()