Searched refs:iov_wq (Results 1 – 3 of 3) sorted by relevance
4430 queue_delayed_work(hwfn->iov_wq, &hwfn->iov_task, 0); in qed_schedule_iov()4438 queue_delayed_work(cdev->hwfns[i].iov_wq, in qed_vf_start_iov_wq()4447 if (cdev->hwfns[i].iov_wq) in qed_sriov_disable()4448 flush_workqueue(cdev->hwfns[i].iov_wq); in qed_sriov_disable()5218 if (!cdev->hwfns[i].iov_wq) in qed_iov_wq_stop()5227 destroy_workqueue(cdev->hwfns[i].iov_wq); in qed_iov_wq_stop()5249 p_hwfn->iov_wq = create_singlethread_workqueue(name); in qed_iov_wq_start()5250 if (!p_hwfn->iov_wq) { in qed_iov_wq_start()
652 struct workqueue_struct *iov_wq; member
1710 queue_delayed_work(hwfn->iov_wq, &hwfn->iov_task, HZ); in qed_iov_vf_task()
Completed in 21 milliseconds