Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_main.c1098 if (!hwfn->slowpath_wq_active) in qed_slowpath_delayed_work()
1136 cdev->hwfns[i].slowpath_wq_active = false; in qed_slowpath_wq_stop()
1156 if (hwfn->slowpath_wq_active) in qed_slowpath_task()
1202 hwfn->slowpath_wq_active = true; in qed_slowpath_wq_start()
Dqed.h681 bool slowpath_wq_active; member