Home
last modified time | relevance | path

Searched refs:adf_vf_stop_wq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_vf_isr.c24 static struct workqueue_struct *adf_vf_stop_wq; variable
95 queue_work(adf_vf_stop_wq, &stop_data->work); in adf_pf2vf_handle_pf_restarting()
281 * are received and flushes the workqueue 'adf_vf_stop_wq'.
289 flush_workqueue(adf_vf_stop_wq); in adf_flush_vf_wq()
296 * Function init workqueue 'adf_vf_stop_wq' for VF.
302 adf_vf_stop_wq = alloc_workqueue("adf_vf_stop_wq", WQ_MEM_RECLAIM, 0); in adf_init_vf_wq()
304 return !adf_vf_stop_wq ? -EFAULT : 0; in adf_init_vf_wq()
309 if (adf_vf_stop_wq) in adf_exit_vf_wq()
310 destroy_workqueue(adf_vf_stop_wq); in adf_exit_vf_wq()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_vf_isr.c24 static struct workqueue_struct *adf_vf_stop_wq; variable
110 queue_work(adf_vf_stop_wq, &stop_data->work); in adf_pf2vf_bh_handler()
296 adf_vf_stop_wq = alloc_workqueue("adf_vf_stop_wq", WQ_MEM_RECLAIM, 0); in adf_init_vf_wq()
298 return !adf_vf_stop_wq ? -EFAULT : 0; in adf_init_vf_wq()
303 if (adf_vf_stop_wq) in adf_exit_vf_wq()
304 destroy_workqueue(adf_vf_stop_wq); in adf_exit_vf_wq()
306 adf_vf_stop_wq = NULL; in adf_exit_vf_wq()

Completed in 2 milliseconds