Home
last modified time | relevance | path

Searched refs:slowpath_wq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1166 queue_delayed_work(hwfn->slowpath_wq, &hwfn->slowpath_task, delay); in qed_slowpath_delayed_work()
1193 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1200 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1212 queue_delayed_work(hwfn->slowpath_wq, in qed_slowpath_task()
1250 hwfn->slowpath_wq = alloc_workqueue(name, 0, 0); in qed_slowpath_wq_start()
1251 if (!hwfn->slowpath_wq) { in qed_slowpath_wq_start()
3081 queue_delayed_work(hwfn->slowpath_wq, &hwfn->slowpath_task, 0); in qed_mfw_tlv_req()
H A Dqed.h664 struct workqueue_struct *slowpath_wq; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c1133 queue_delayed_work(hwfn->slowpath_wq, &hwfn->slowpath_task, delay); in qed_slowpath_delayed_work()
1160 if (!cdev->hwfns[i].slowpath_wq) in qed_slowpath_wq_stop()
1167 destroy_workqueue(cdev->hwfns[i].slowpath_wq); in qed_slowpath_wq_stop()
1179 queue_delayed_work(hwfn->slowpath_wq, in qed_slowpath_task()
1222 hwfn->slowpath_wq = alloc_workqueue(name, 0, 0); in qed_slowpath_wq_start()
1223 if (!hwfn->slowpath_wq) { in qed_slowpath_wq_start()
3125 queue_delayed_work(hwfn->slowpath_wq, &hwfn->slowpath_task, 0); in qed_mfw_tlv_req()
H A Dqed.h658 struct workqueue_struct *slowpath_wq; member

Completed in 11 milliseconds