Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_main.c1163 set_bit(wq_flag, &hwfn->slowpath_task_flags); in qed_slowpath_delayed_work()
1177 &p_hwfn->slowpath_task_flags)) in qed_periodic_db_rec_start()
1218 &hwfn->slowpath_task_flags)) in qed_slowpath_task()
1222 &hwfn->slowpath_task_flags)) { in qed_slowpath_task()
3083 set_bit(QED_SLOWPATH_MFW_TLV_REQ, &hwfn->slowpath_task_flags); in qed_mfw_tlv_req()
Dqed.h658 unsigned long slowpath_task_flags; member