Searched refs:db_recovery_info (Results 1 – 3 of 3) sorted by relevance
190 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()191 list_add_tail(&db_entry->list_entry, &p_hwfn->db_recovery_info.list); in qed_db_recovery_add()192 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_add()216 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()218 &p_hwfn->db_recovery_info.list, list_entry) { in qed_db_recovery_del()228 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_del()252 INIT_LIST_HEAD(&p_hwfn->db_recovery_info.list); in qed_db_recovery_setup()253 spin_lock_init(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_setup()254 p_hwfn->db_recovery_info.db_recovery_counter = 0; in qed_db_recovery_setup()265 if (!list_empty(&p_hwfn->db_recovery_info.list)) { in qed_db_recovery_teardown()[all …]
416 &p_hwfn->db_recovery_info.overflow); in qed_db_rec_handler()450 set_bit(QED_OVERFLOW_BIT, &p_hwfn->db_recovery_info.overflow); in qed_dorq_attn_overflow()533 p_hwfn->db_recovery_info.dorq_attn = true; in qed_dorq_attn_cb()541 if (p_hwfn->db_recovery_info.dorq_attn) in qed_dorq_attn_handler()547 p_hwfn->db_recovery_info.dorq_attn = false; in qed_dorq_attn_handler()
666 struct qed_db_recovery_info db_recovery_info; member