Searched refs:db_recovery_info (Results 1 – 3 of 3) sorted by relevance
166 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()167 list_add_tail(&db_entry->list_entry, &p_hwfn->db_recovery_info.list); in qed_db_recovery_add()168 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()192 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()194 &p_hwfn->db_recovery_info.list, list_entry) { in qed_db_recovery_del()204 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()228 INIT_LIST_HEAD(&p_hwfn->db_recovery_info.list); in qed_db_recovery_setup()229 spin_lock_init(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_setup()230 p_hwfn->db_recovery_info.db_recovery_counter = 0; in qed_db_recovery_setup()241 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()
641 struct qed_db_recovery_info db_recovery_info; member