Lines Matching defs:_ic
63 #define IEEE80211_LOCK_INIT(_ic, _name) do { \ argument
68 #define IEEE80211_LOCK_OBJ(_ic) (&(_ic)->ic_comlock.mtx) argument
69 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic)) argument
70 #define IEEE80211_LOCK(_ic) mtx_lock(IEEE80211_LOCK_OBJ(_ic)) argument
71 #define IEEE80211_UNLOCK(_ic) mtx_unlock(IEEE80211_LOCK_OBJ(_ic)) argument
72 #define IEEE80211_LOCK_ASSERT(_ic) \ argument
74 #define IEEE80211_UNLOCK_ASSERT(_ic) \ argument
76 #define IEEE80211_IS_LOCKED(_ic) \ argument
89 #define IEEE80211_TX_LOCK_INIT(_ic, _name) do { \ argument
94 #define IEEE80211_TX_LOCK_OBJ(_ic) (&(_ic)->ic_txlock.mtx) argument
95 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic)) argument
96 #define IEEE80211_TX_LOCK(_ic) do { \ argument
100 #define IEEE80211_TX_UNLOCK(_ic) do { \ argument
104 #define IEEE80211_TX_LOCK_ASSERT(_ic) do { \ argument
108 #define IEEE80211_TX_UNLOCK_ASSERT(_ic) { \ argument
120 #define IEEE80211_FF_LOCK_INIT(_ic, _name) do { \ argument
125 #define IEEE80211_FF_LOCK_OBJ(_ic) (&(_ic)->ic_fflock.mtx) argument
126 #define IEEE80211_FF_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_FF_LOCK_OBJ(_ic)) argument
127 #define IEEE80211_FF_LOCK(_ic) mtx_lock(IEEE80211_FF_LOCK_OBJ(_ic)) argument
128 #define IEEE80211_FF_UNLOCK(_ic) mtx_unlock(IEEE80211_FF_LOCK_OBJ(_ic)) argument
129 #define IEEE80211_FF_LOCK_ASSERT(_ic) \ argument