Searched refs:_ic (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211_impl.h | 322 #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))
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | net80211.h | 626 #define ieee80211_new_state(_ic, _nstate, _arg) \ argument 627 (((_ic)->ic_newstate)((_ic), (_nstate), (_arg)))
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_beacon.c | 76 #define USE_SHPREAMBLE(_ic) \ in arn_beacon_setup() argument 77 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in arn_beacon_setup()
|
/titanic_50/usr/src/cmd/troff/ |
H A D | tdef.h | 457 #define ic env._ic 530 tchar _ic; member
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_rdma.c | 234 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()
|