Home
last modified time | relevance | path

Searched refs:IEEE80211_TX_UNLOCK (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/netproto/802_11/wlan/
HDieee80211_wds.c295 IEEE80211_TX_UNLOCK(ic); in ieee80211_dwds_mcast()
303 IEEE80211_TX_UNLOCK(ic); in ieee80211_dwds_mcast()
HDieee80211_output.c274 IEEE80211_TX_UNLOCK(ic); in ieee80211_vap_pkt_send_dest()
288 IEEE80211_TX_UNLOCK(ic); in ieee80211_vap_pkt_send_dest()
781 IEEE80211_TX_UNLOCK(ic);
962 IEEE80211_TX_UNLOCK(ic);
1082 IEEE80211_TX_UNLOCK(ic);
2308 IEEE80211_TX_UNLOCK(ic);
2925 IEEE80211_TX_UNLOCK(ic);
HDieee80211_superg.c671 IEEE80211_TX_UNLOCK(ic); in ieee80211_ff_age()
842 IEEE80211_TX_UNLOCK(ic); in ieee80211_ff_check()
HDieee80211_mesh.c1271 IEEE80211_TX_UNLOCK(ic); in mesh_forward()
2756 IEEE80211_TX_UNLOCK(ic); in mesh_send_action()
HDieee80211_hwmp.c695 IEEE80211_TX_UNLOCK(ic); in hwmp_send_action()
HDieee80211_ht.c2484 IEEE80211_TX_UNLOCK(ic); in ieee80211_send_bar()
/dragonfly/sys/netproto/802_11/
HDieee80211_dragonfly.h615 #define IEEE80211_TX_UNLOCK(ic) lockmgr(&(ic)->ic_txlock, LK_RELEASE) macro