Searched refs:_ic (Results 1 – 3 of 3) sorted by relevance
70 #define IEEE80211_LOCK_OBJ(_ic) (&(_ic)->ic_comlock.mtx) argument71 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic)) argument72 #define IEEE80211_LOCK(_ic) mtx_lock(IEEE80211_LOCK_OBJ(_ic)) argument73 #define IEEE80211_UNLOCK(_ic) mtx_unlock(IEEE80211_LOCK_OBJ(_ic)) argument94 #define IEEE80211_TX_LOCK_OBJ(_ic) (&(_ic)->ic_txlock.mtx) argument95 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic)) argument96 #define IEEE80211_TX_LOCK(_ic) mtx_lock(IEEE80211_TX_LOCK_OBJ(_ic)) argument97 #define IEEE80211_TX_UNLOCK(_ic) mtx_unlock(IEEE80211_TX_LOCK_OBJ(_ic)) argument115 #define IEEE80211_FF_LOCK_OBJ(_ic) (&(_ic)->ic_fflock.mtx) argument117 #define IEEE80211_FF_LOCK(_ic) mtx_lock(IEEE80211_FF_LOCK_OBJ(_ic)) argument[all …]
806 #define ieee80211_get_current_channel(_ic) ((_ic)->ic_curchan) argument807 #define ieee80211_get_home_channel(_ic) ((_ic)->ic_bsschan) argument
1851 #define ADD(_ic, _s, _o) \ in addmedia() argument