Searched refs:db_recovery_info (Results 1 – 3 of 3) sorted by relevance
164 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()165 list_add_tail(&db_entry->list_entry, &p_hwfn->db_recovery_info.list); in qed_db_recovery_add()166 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()190 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()192 &p_hwfn->db_recovery_info.list, list_entry) { in qed_db_recovery_del()202 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()226 INIT_LIST_HEAD(&p_hwfn->db_recovery_info.list); in qed_db_recovery_setup()227 spin_lock_init(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_setup()228 p_hwfn->db_recovery_info.db_recovery_counter = 0; in qed_db_recovery_setup()239 if (!list_empty(&p_hwfn->db_recovery_info.list)) { in qed_db_recovery_teardown()[all …]
414 &p_hwfn->db_recovery_info.overflow); in qed_db_rec_handler()448 set_bit(QED_OVERFLOW_BIT, &p_hwfn->db_recovery_info.overflow); in qed_dorq_attn_overflow()531 p_hwfn->db_recovery_info.dorq_attn = true; in qed_dorq_attn_cb()539 if (p_hwfn->db_recovery_info.dorq_attn) in qed_dorq_attn_handler()545 p_hwfn->db_recovery_info.dorq_attn = false; in qed_dorq_attn_handler()
647 struct qed_db_recovery_info db_recovery_info; member