Searched refs:iov_wq (Results 1 – 3 of 3) sorted by relevance
4442 queue_delayed_work(hwfn->iov_wq, &hwfn->iov_task, 0); in qed_schedule_iov()4450 queue_delayed_work(cdev->hwfns[i].iov_wq, in qed_vf_start_iov_wq()4459 if (cdev->hwfns[i].iov_wq) in qed_sriov_disable()4460 flush_workqueue(cdev->hwfns[i].iov_wq); in qed_sriov_disable()5247 if (!cdev->hwfns[i].iov_wq) in qed_iov_wq_stop()5256 destroy_workqueue(cdev->hwfns[i].iov_wq); in qed_iov_wq_stop()5278 p_hwfn->iov_wq = create_singlethread_workqueue(name); in qed_iov_wq_start()5279 if (!p_hwfn->iov_wq) { in qed_iov_wq_start()
652 struct workqueue_struct *iov_wq; member
1717 queue_delayed_work(hwfn->iov_wq, &hwfn->iov_task, HZ); in qed_iov_vf_task()