Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_UNLOCK_ASSERT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_mesh.c1063 IEEE80211_TX_UNLOCK_ASSERT(vap->iv_ic); in mesh_transmit_to_gate()
1099 IEEE80211_TX_UNLOCK_ASSERT(ic); in ieee80211_mesh_forward_to_gates()
1185 IEEE80211_TX_UNLOCK_ASSERT(ic); in mesh_forward()
1406 IEEE80211_TX_UNLOCK_ASSERT(vap->iv_ic); in mesh_recv_indiv_data_to_fwrd()
1470 IEEE80211_TX_UNLOCK_ASSERT(vap->iv_ic); in mesh_recv_indiv_data_to_me()
1542 IEEE80211_TX_UNLOCK_ASSERT(vap->iv_ic); in mesh_recv_group_data()
1590 IEEE80211_TX_UNLOCK_ASSERT(ic); in mesh_input()
H A Dieee80211_superg.c775 IEEE80211_TX_UNLOCK_ASSERT(ic); in ieee80211_ff_check()
H A Dieee80211_dragonfly.c291 IEEE80211_TX_UNLOCK_ASSERT(vap->iv_ic); in ieee80211_vap_xmitpkt()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h632 #define IEEE80211_TX_UNLOCK_ASSERT(ic) \ macro