Home
last modified time | relevance | path

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

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