Home
last modified time | relevance | path

Searched refs:_nt (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h379 #define IEEE80211_NODE_LOCK(_nt) \ argument
380 mutex_enter(&(_nt)->nt_nodelock)
381 #define IEEE80211_NODE_UNLOCK(_nt) \ argument
382 mutex_exit(&(_nt)->nt_nodelock)
383 #define IEEE80211_NODE_IS_LOCKED(_nt) \ argument
384 mutex_owned(&(_nt)->nt_nodelock)
385 #define IEEE80211_NODE_LOCK_ASSERT(_nt) \ argument
386 ASSERT(mutex_owned(&(_nt)->nt_nodelock))
390 #define IEEE80211_SCAN_LOCK(_nt) mutex_enter(&(_nt)->nt_scanlock) argument
391 #define IEEE80211_SCAN_UNLOCK(_nt) mutex_exit(&(_nt)->nt_scanlock) argument