Home
last modified time | relevance | path

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) \ argument
323 ((*(_ic)->ic_send_mgmt)((_ic), (_in), (_type), (_arg)))
370 #define IEEE80211_LOCK(_ic) \ argument
371 mutex_enter(&(_ic)->ic_genlock)
372 #define IEEE80211_UNLOCK(_ic) \ argument
373 mutex_exit(&(_ic)->ic_genlock)
374 #define IEEE80211_IS_LOCKED(_ic) \ argument
375 mutex_owned(&(_ic)->ic_genlock)
376 #define IEEE80211_LOCK_ASSERT(_ic) \ argument
377 ASSERT(mutex_owned(&(_ic)->ic_genlock))
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h631 #define ieee80211_new_state(_ic, _nstate, _arg) \ argument
632 (((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c40 #define USE_SHPREAMBLE(_ic) \ in arn_beacon_setup() argument
41 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in arn_beacon_setup()
/illumos-gate/usr/src/cmd/troff/
H A Dtdef.h455 #define ic env._ic
528 tchar _ic; member
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_rdma.c234 struct rdsv3_ib_connection *ic, *_ic; in __rdsv3_ib_destroy_conns() local
244 RDSV3_FOR_EACH_LIST_NODE_SAFE(ic, _ic, &tmp_list, ib_node) { in __rdsv3_ib_destroy_conns()