Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sfxge/
Dsfxge.h452 #define SFXGE_MCDI_LOCK_INIT(_mcdi, _ifname) \ argument
454 struct sfxge_mcdi *__mcdi = (_mcdi); \
462 #define SFXGE_MCDI_LOCK_DESTROY(_mcdi) \ argument
463 mtx_destroy(&(_mcdi)->lock)
464 #define SFXGE_MCDI_LOCK(_mcdi) \ argument
465 mtx_lock(&(_mcdi)->lock)
466 #define SFXGE_MCDI_UNLOCK(_mcdi) \ argument
467 mtx_unlock(&(_mcdi)->lock)
468 #define SFXGE_MCDI_LOCK_ASSERT_OWNED(_mcdi) \ argument
469 mtx_assert(&(_mcdi)->lock, MA_OWNED)