Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net80211/
HDieee80211_ht.h69 #define IEEE80211_AMPDU_RUNNING(tap) \ macro
HDieee80211_output.c222 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_vap_pkt_send_dest()
252 no_ampdu = (! IEEE80211_AMPDU_RUNNING(tap) in ieee80211_vap_pkt_send_dest()
973 if (tid != IEEE80211_NONQOS_TID && IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_send_setup()
HDieee80211_ht.c2763 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_ampdu_stop()
/freebsd-13-stable/sys/dev/usb/wlan/
HDif_rsu.c391 if (IEEE80211_AMPDU_RUNNING(tap)) in rsu_ampdu_enable()
/freebsd-13-stable/sys/dev/iwn/
HDif_iwn.c2129 if (ring->queued == 0 && !IEEE80211_AMPDU_RUNNING(tap)) { in iwn_check_tx_ring()
4592 if (!IEEE80211_AMPDU_RUNNING(tap)) in iwn_tx_data()