Searched refs:db_recovery_info (Results 1 – 2 of 2) sorted by relevance
197 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_add()199 &p_hwfn->db_recovery_info.list); in ecore_db_recovery_add()200 OSAL_SPIN_UNLOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_add()228 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_del()230 &p_hwfn->db_recovery_info.list, in ecore_db_recovery_del()237 &p_hwfn->db_recovery_info.list); in ecore_db_recovery_del()243 OSAL_SPIN_UNLOCK(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_del()267 OSAL_LIST_INIT(&p_hwfn->db_recovery_info.list); in ecore_db_recovery_setup()269 if (OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_hwfn->db_recovery_info.lock)) in ecore_db_recovery_setup()272 OSAL_SPIN_LOCK_INIT(&p_hwfn->db_recovery_info.lock); in ecore_db_recovery_setup()[all …]
768 struct ecore_db_recovery_info db_recovery_info; member