Home
last modified time | relevance | path

Searched refs:slowpath_wq (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_main.c1105 queue_delayed_work(hwfn->slowpath_wq, &hwfn->slowpath_task, delay); in qed_slowpath_delayed_work()
1132 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1144 flush_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1145 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1157 queue_delayed_work(hwfn->slowpath_wq, in qed_slowpath_task()
1195 hwfn->slowpath_wq = alloc_workqueue(name, 0, 0); in qed_slowpath_wq_start()
1196 if (!hwfn->slowpath_wq) { in qed_slowpath_wq_start()
2743 queue_delayed_work(hwfn->slowpath_wq, &hwfn->slowpath_task, 0); in qed_mfw_tlv_req()
Dqed.h682 struct workqueue_struct *slowpath_wq; member