Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_freebsd.h68 #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
92 #define IEEE80211_TX_LOCK_OBJ(_ic) (&(_ic)->ic_txlock.mtx) argument
93 #define IEEE80211_TX_LOCK_DESTROY(_ic) mtx_destroy(IEEE80211_TX_LOCK_OBJ(_ic)) argument
94 #define IEEE80211_TX_LOCK(_ic) mtx_lock(IEEE80211_TX_LOCK_OBJ(_ic)) argument
95 #define IEEE80211_TX_UNLOCK(_ic) mtx_unlock(IEEE80211_TX_LOCK_OBJ(_ic)) argument
113 #define IEEE80211_FF_LOCK_OBJ(_ic) (&(_ic)->ic_fflock.mtx) argument
115 #define IEEE80211_FF_LOCK(_ic) mtx_lock(IEEE80211_FF_LOCK_OBJ(_ic)) argument
[all …]
H A Dieee80211_var.h823 #define ieee80211_get_current_channel(_ic) ((_ic)->ic_curchan) argument
824 #define ieee80211_get_home_channel(_ic) ((_ic)->ic_bsschan) argument
H A Dieee80211.c1894 #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()