Home
last modified time | relevance | path

Searched refs:qm_lock_ref_cnt (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_dev.c83 static u32 qm_lock_ref_cnt; variable
3864 if (!qm_lock_ref_cnt) { in ecore_hw_init()
3874 ++qm_lock_ref_cnt; in ecore_hw_init()
4010 --qm_lock_ref_cnt; in ecore_hw_init()
4012 if (!qm_lock_ref_cnt) in ecore_hw_init()
4198 --qm_lock_ref_cnt; in ecore_hw_stop()
4200 if (!qm_lock_ref_cnt) in ecore_hw_stop()