Searched refs:IEEE80211_FF_LOCK_OBJ (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/net80211/
H A Dieee80211_freebsd.h113 #define IEEE80211_FF_LOCK_OBJ(_ic) (&(_ic)->ic_fflock.mtx) macro
114 #define IEEE80211_FF_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_FF_LOCK_OBJ(_ic))
115 #define IEEE80211_FF_LOCK(_ic) mtx_lock(IEEE80211_FF_LOCK_OBJ(_ic))
116 #define IEEE80211_FF_UNLOCK(_ic) mtx_unlock(IEEE80211_FF_LOCK_OBJ(_ic))
118 mtx_assert(IEEE80211_FF_LOCK_OBJ(_ic), MA_OWNED)

Completed in 102 milliseconds