Searched refs:IEEE80211_LOCK_OBJ (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.h82 #define IEEE80211_LOCK_OBJ(_ic) (&(_ic)->ic_comlock.mtx) macro
83 #define IEEE80211_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_LOCK_OBJ(_ic))
84 #define IEEE80211_LOCK(_ic) mtx_lock(IEEE80211_LOCK_OBJ(_ic))
85 #define IEEE80211_UNLOCK(_ic) mtx_unlock(IEEE80211_LOCK_OBJ(_ic))
87 mtx_assert(IEEE80211_LOCK_OBJ(_ic), MA_OWNED)
89 mtx_assert(IEEE80211_LOCK_OBJ(_ic), MA_NOTOWNED)
H A Dieee80211_dfs.c104 callout_init_mtx(&dfs->nol_timer, IEEE80211_LOCK_OBJ(ic), 0);
105 callout_init_mtx(&dfs->cac_timer, IEEE80211_LOCK_OBJ(ic), 0);
H A Dieee80211_scan_sw.c656 mtx_sleep(vap, IEEE80211_LOCK_OBJ(ic), PCATCH,
H A Dieee80211_proto.c341 callout_init_mtx(&vap->iv_swbmiss, IEEE80211_LOCK_OBJ(ic), 0);

Completed in 103 milliseconds