Searched refs:_mcdi (Results 1 – 2 of 2) sorted by relevance
446 #define SFXGE_MCDI_LOCK_INIT(_mcdi, _ifname) \ argument448 struct sfxge_mcdi *__mcdi = (_mcdi); \456 #define SFXGE_MCDI_LOCK_DESTROY(_mcdi) \ argument457 mtx_destroy(&(_mcdi)->lock)458 #define SFXGE_MCDI_LOCK(_mcdi) \ argument459 mtx_lock(&(_mcdi)->lock)460 #define SFXGE_MCDI_UNLOCK(_mcdi) \ argument461 mtx_unlock(&(_mcdi)->lock)462 #define SFXGE_MCDI_LOCK_ASSERT_OWNED(_mcdi) \ argument463 mtx_assert(&(_mcdi)->lock, MA_OWNED)
760 #define LOOPBACK_CHECK(_mcdi, _efx) \ in efx_loopback_mask() argument761 EFX_STATIC_ASSERT(MC_CMD_LOOPBACK_##_mcdi == EFX_LOOPBACK_##_efx) in efx_loopback_mask()