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

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h106 #define IEEE80211_TX_LOCK_OBJ(_ic) (&(_ic)->ic_txlock.mtx) macro
107 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic))
108 #define IEEE80211_TX_LOCK(_ic) mtx_lock(IEEE80211_TX_LOCK_OBJ(_ic))
109 #define IEEE80211_TX_UNLOCK(_ic) mtx_unlock(IEEE80211_TX_LOCK_OBJ(_ic))
111 mtx_assert(IEEE80211_TX_LOCK_OBJ(_ic), MA_OWNED)
113 mtx_assert(IEEE80211_TX_LOCK_OBJ(_ic), MA_NOTOWNED)

Completed in 19 milliseconds