Searched refs:db_recovery_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_dev.c199 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock);
201 &p_hwfn->db_recovery_info.list);
202 OSAL_SPIN_UNLOCK(&p_hwfn->db_recovery_info.lock);
230 OSAL_SPIN_LOCK(&p_hwfn->db_recovery_info.lock);
232 &p_hwfn->db_recovery_info.list,
239 &p_hwfn->db_recovery_info.list);
245 OSAL_SPIN_UNLOCK(&p_hwfn->db_recovery_info.lock);
269 OSAL_LIST_INIT(&p_hwfn->db_recovery_info.list);
271 if (OSAL_SPIN_LOCK_ALLOC(p_hwfn, &p_hwfn->db_recovery_info.lock))
274 OSAL_SPIN_LOCK_INIT(&p_hwfn->db_recovery_info
[all...]
H A Decore.h769 struct ecore_db_recovery_info db_recovery_info; member in struct:ecore_hwfn

Completed in 110 milliseconds