Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/sfc_efx/
H A Defsys.h652 #define SFC_EFSYS_LOCK_INIT(_eslp, _ifname, _label) \ argument
653 rte_spinlock_init((_eslp))
654 #define SFC_EFSYS_LOCK_DESTROY(_eslp) ((void)0) argument
655 #define SFC_EFSYS_LOCK(_eslp) \ argument
656 rte_spinlock_lock((_eslp))
657 #define SFC_EFSYS_UNLOCK(_eslp) \ argument
658 rte_spinlock_unlock((_eslp))
659 #define SFC_EFSYS_LOCK_ASSERT_OWNED(_eslp) \ argument
660 SFC_EFX_ASSERT(rte_spinlock_is_locked((_eslp)))