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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_impl.h322 #define IEEE80211_SEND_MGMT(_ic, _in, _type, _arg) \
323 ((*(_ic)->ic_send_mgmt)((_ic), (_in), (_type), (_arg)))
370 #define IEEE80211_LOCK(_ic) \
371 mutex_enter(&(_ic)->ic_genlock)
372 #define IEEE80211_UNLOCK(_ic) \
373 mutex_exit(&(_ic)->ic_genlock)
374 #define IEEE80211_IS_LOCKED(_ic) \
375 mutex_owned(&(_ic)->ic_genlock)
376 #define IEEE80211_LOCK_ASSERT(_ic) \
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c40 #define USE_SHPREAMBLE(_ic) \
41 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h631 #define ieee80211_new_state(_ic, _nstate, _arg) \
632 (((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h457 #define ic env._ic
530 tchar _ic; member in struct:env
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c234 struct rdsv3_ib_connection *ic, *_ic; local
244 RDSV3_FOR_EACH_LIST_NODE_SAFE(ic, _ic, &tmp_list, ib_node) {

Completed in 70 milliseconds