Searched refs:_mcdi (Results 1 – 1 of 1) sorted by relevance
452 #define SFXGE_MCDI_LOCK_INIT(_mcdi, _ifname) \ argument454 struct sfxge_mcdi *__mcdi = (_mcdi); \462 #define SFXGE_MCDI_LOCK_DESTROY(_mcdi) \ argument463 mtx_destroy(&(_mcdi)->lock)464 #define SFXGE_MCDI_LOCK(_mcdi) \ argument465 mtx_lock(&(_mcdi)->lock)466 #define SFXGE_MCDI_UNLOCK(_mcdi) \ argument467 mtx_unlock(&(_mcdi)->lock)468 #define SFXGE_MCDI_LOCK_ASSERT_OWNED(_mcdi) \ argument469 mtx_assert(&(_mcdi)->lock, MA_OWNED)