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()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()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()268 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_dp()274 spin_unlock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_dp()328 p_hwfn->db_recovery_info.db_recovery_counter++; in qed_db_recovery_execute()331 spin_lock_bh(&p_hwfn->db_recovery_info.lock); in qed_db_recovery_execute()[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
Completed in 22 milliseconds