Home
last modified time | relevance | path

Searched refs:IEEE80211_AMPDU_RUNNING (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_ht.h69 #define IEEE80211_AMPDU_RUNNING(tap) \ macro
H A Dieee80211_output.c223 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_vap_pkt_send_dest()
253 no_ampdu = (! IEEE80211_AMPDU_RUNNING(tap) in ieee80211_vap_pkt_send_dest()
974 if (tid != IEEE80211_NONQOS_TID && IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_send_setup()
H A Dieee80211_ht.c2759 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_ampdu_stop()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c389 if (IEEE80211_AMPDU_RUNNING(tap)) in rsu_ampdu_enable()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c2128 if (ring->queued == 0 && !IEEE80211_AMPDU_RUNNING(tap)) { in iwn_check_tx_ring()
4591 if (!IEEE80211_AMPDU_RUNNING(tap)) in iwn_tx_data()