Searched refs:IEEE80211_TX_LOCK_OBJ (Results 1 – 1 of 1) sorted by relevance
94 #define IEEE80211_TX_LOCK_OBJ(_ic) (&(_ic)->ic_txlock.mtx) macro95 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic))96 #define IEEE80211_TX_LOCK(_ic) mtx_lock(IEEE80211_TX_LOCK_OBJ(_ic))97 #define IEEE80211_TX_UNLOCK(_ic) mtx_unlock(IEEE80211_TX_LOCK_OBJ(_ic))99 mtx_assert(IEEE80211_TX_LOCK_OBJ(_ic), MA_OWNED)101 mtx_assert(IEEE80211_TX_LOCK_OBJ(_ic), MA_NOTOWNED)