Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net80211/
H A Dieee80211_ht.c1186 if (tap->txa_flags & IEEE80211_AGGR_SETUP) in ieee80211_ht_node_cleanup()
2009 tap->txa_flags |= IEEE80211_AGGR_SETUP; in ampdu_tx_setup()
2072 tap->txa_flags |= IEEE80211_AGGR_XCHGPEND; in addba_start_timeout()
2133 tap->txa_flags &= ~IEEE80211_AGGR_NAK; in ieee80211_ampdu_tx_request_ext()
2154 tap->txa_flags |= IEEE80211_AGGR_RUNNING; in ieee80211_ampdu_tx_request_active_ext()
2158 tap->txa_flags |= IEEE80211_AGGR_NAK; in ieee80211_ampdu_tx_request_active_ext()
2184 tap->txa_flags |= IEEE80211_AGGR_RUNNING; in ieee80211_addba_response()
2188 tap->txa_flags |= IEEE80211_AGGR_NAK; in ieee80211_addba_response()
2490 tap->txa_flags &= ~IEEE80211_AGGR_NAK; in ieee80211_ampdu_request()
2542 tap->txa_flags &= ~IEEE80211_AGGR_BARPEND; in ieee80211_ampdu_stop()
[all …]
H A Dieee80211_ht.h42 u_short txa_flags; member
69 (((tap)->txa_flags & IEEE80211_AGGR_RUNNING) != 0)
73 (!! ((tap)->txa_flags & IEEE80211_AGGR_NAK))
77 (((tap)->txa_flags & \
H A Dieee80211_ddb.c198 sep, ix, tap, tap->txa_flags, IEEE80211_AGGR_BITS, in _db_show_txampdu()
290 if (ni->ni_tx_ampdu[i].txa_flags & IEEE80211_AGGR_SETUP) in _db_show_sta()
/freebsd-12.1/sys/dev/ath/
H A Dif_ath_tx.c5816 return !! (tap->txa_flags & IEEE80211_AGGR_RUNNING);
5834 return !! (tap->txa_flags & IEEE80211_AGGR_XCHGPEND);