Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Decore_sp.h63 #define ECORE_SPIN_LOCK_INIT(_spin, _sc) rte_spinlock_init(_spin) argument
64 #define ECORE_SPIN_LOCK_BH(_spin) rte_spinlock_lock(_spin) /* bh = bottom-half */ argument
65 #define ECORE_SPIN_UNLOCK_BH(_spin) rte_spinlock_unlock(_spin) /* bh = bottom-half */ argument