Searched refs:IEEE80211_FF_LOCK_OBJ (Results 1 – 1 of 1) sorted by relevance
115 #define IEEE80211_FF_LOCK_OBJ(_ic) (&(_ic)->ic_fflock.mtx) macro116 #define IEEE80211_FF_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_FF_LOCK_OBJ(_ic))117 #define IEEE80211_FF_LOCK(_ic) mtx_lock(IEEE80211_FF_LOCK_OBJ(_ic))118 #define IEEE80211_FF_UNLOCK(_ic) mtx_unlock(IEEE80211_FF_LOCK_OBJ(_ic))120 mtx_assert(IEEE80211_FF_LOCK_OBJ(_ic), MA_OWNED)