Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qlogic/qed/
Dqed_main.c1129 set_bit(wq_flag, &hwfn->slowpath_task_flags); in qed_slowpath_delayed_work()
1144 &p_hwfn->slowpath_task_flags)) in qed_periodic_db_rec_start()
1185 &hwfn->slowpath_task_flags)) in qed_slowpath_task()
1189 &hwfn->slowpath_task_flags)) { in qed_slowpath_task()
3120 set_bit(QED_SLOWPATH_MFW_TLV_REQ, &hwfn->slowpath_task_flags); in qed_mfw_tlv_req()
Dqed.h660 unsigned long slowpath_task_flags; member