Searched refs:_nt (Results 1 – 1 of 1) sorted by relevance
134 #define IEEE80211_NODE_LOCK_OBJ(_nt) (&(_nt)->nt_nodelock.mtx) argument135 #define IEEE80211_NODE_LOCK_DESTROY(_nt) \ argument136 mtx_destroy(IEEE80211_NODE_LOCK_OBJ(_nt))137 #define IEEE80211_NODE_LOCK(_nt) \ argument138 mtx_lock(IEEE80211_NODE_LOCK_OBJ(_nt))139 #define IEEE80211_NODE_IS_LOCKED(_nt) \ argument140 mtx_owned(IEEE80211_NODE_LOCK_OBJ(_nt))141 #define IEEE80211_NODE_UNLOCK(_nt) \ argument142 mtx_unlock(IEEE80211_NODE_LOCK_OBJ(_nt))143 #define IEEE80211_NODE_LOCK_ASSERT(_nt) \ argument[all …]