Searched refs:_ic (Results 1 – 5 of 5) sorted by relevance
63 #define IEEE80211_LOCK_INIT(_ic, _name) do { \ argument64 ieee80211_com_lock_t *cl = &(_ic)->ic_comlock; \68 #define IEEE80211_LOCK_OBJ(_ic) (&(_ic)->ic_comlock.mtx) argument69 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic)) argument70 #define IEEE80211_LOCK(_ic) mtx_lock(IEEE80211_LOCK_OBJ(_ic)) argument71 #define IEEE80211_UNLOCK(_ic) mtx_unlock(IEEE80211_LOCK_OBJ(_ic)) argument72 #define IEEE80211_LOCK_ASSERT(_ic) \ argument73 mtx_assert(IEEE80211_LOCK_OBJ(_ic), MA_OWNED)74 #define IEEE80211_UNLOCK_ASSERT(_ic) \ argument75 mtx_assert(IEEE80211_LOCK_OBJ(_ic), MA_NOTOWNED)[all …]
836 #define ieee80211_get_current_channel(_ic) ((_ic)->ic_curchan) argument837 #define ieee80211_get_home_channel(_ic) ((_ic)->ic_bsschan) argument
1900 #define ADD(_ic, _s, _o) \ in addmedia() argument
49 struct icl_conn *_ic;54 struct icl_conn *_ic;63 struct icl_conn *_ic;71 struct icl_conn *_ic;80 struct icl_conn *_ic;88 struct icl_conn *_ic;93 struct icl_conn *_ic;99 struct icl_conn *_ic;104 struct icl_conn *_ic;109 struct icl_conn *_ic;[all …]
268 #define USE_SHPREAMBLE(_ic) \ in ath_beacon_setup() argument269 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in ath_beacon_setup()