Home
last modified time | relevance | path

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

/src/sys/dev/bxe/
H A Decore_sp.h101 #define ECORE_SPIN_LOCK_INIT(_spin, _sc) \ argument
102 mtx_init(_spin, "ecore_lock", "ECORE Lock", MTX_DEF)
103 #define ECORE_SPIN_LOCK_BH(_spin) mtx_lock(_spin) /* bh = bottom-half */ argument
104 #define ECORE_SPIN_UNLOCK_BH(_spin) mtx_unlock(_spin) /* bh = bottom-half */ argument