Searched refs:db_recovery_info (Results 1 – 3 of 3) sorted by relevance
165 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()166 list_add_tail(&db_entry->list_entry, &p_hwfn->db_recovery_info.list); in qed_db_recovery_add()167 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()191 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()193 &p_hwfn->db_recovery_info.list, list_entry) { in qed_db_recovery_del()203 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()227 INIT_LIST_HEAD(&p_hwfn->db_recovery_info.list); in qed_db_recovery_setup()228 spin_lock_init(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_setup()229 p_hwfn->db_recovery_info.db_recovery_counter = 0; in qed_db_recovery_setup()240 if (!list_empty(&p_hwfn->db_recovery_info.list)) { in qed_db_recovery_teardown()[all …]
417 &p_hwfn->db_recovery_info.overflow); in qed_db_rec_handler()451 set_bit(QED_OVERFLOW_BIT, &p_hwfn->db_recovery_info.overflow); in qed_dorq_attn_overflow()544 p_hwfn->db_recovery_info.dorq_attn = true; in qed_dorq_attn_cb()552 if (p_hwfn->db_recovery_info.dorq_attn) in qed_dorq_attn_handler()558 p_hwfn->db_recovery_info.dorq_attn = false; in qed_dorq_attn_handler()
639 struct qed_db_recovery_info db_recovery_info; member