Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h63 #define IEEE80211_LOCK_INIT(_ic, _name) do { \ argument
64 ieee80211_com_lock_t *cl = &(_ic)->ic_comlock; \
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
73 mtx_assert(IEEE80211_LOCK_OBJ(_ic), MA_OWNED)
74 #define IEEE80211_UNLOCK_ASSERT(_ic) \ argument
75 mtx_assert(IEEE80211_LOCK_OBJ(_ic), MA_NOTOWNED)
[all …]
H A Dieee80211_var.h836 #define ieee80211_get_current_channel(_ic) ((_ic)->ic_curchan) argument
837 #define ieee80211_get_home_channel(_ic) ((_ic)->ic_bsschan) argument
H A Dieee80211.c1900 #define ADD(_ic, _s, _o) \ in addmedia() argument
/freebsd/sys/dev/iscsi/
H A Dicl_conn_if.m49 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 …]
/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c268 #define USE_SHPREAMBLE(_ic) \ in ath_beacon_setup() argument
269 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in ath_beacon_setup()