Home
last modified time | relevance | path

Searched refs:RX_FLAG_AMPDU_EOF_BIT (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c1692 rx_status->flag |= RX_FLAG_AMPDU_EOF_BIT; in iwl_mvm_rx_eht()
1700 rx_status->flag |= RX_FLAG_AMPDU_EOF_BIT; in iwl_mvm_rx_eht()
1834 rx_status->flag |= RX_FLAG_AMPDU_EOF_BIT; in iwl_mvm_rx_he()
1846 rx_status->flag |= RX_FLAG_AMPDU_EOF_BIT; in iwl_mvm_rx_he()
/linux/include/net/
H A Dmac80211.h1581 * @RX_FLAG_AMPDU_EOF_BIT: Value of the EOF bit in the A-MPDU delimiter for this
1634 RX_FLAG_AMPDU_EOF_BIT = BIT(24),
1564 RX_FLAG_AMPDU_EOF_BIT = BIT(24), global() enumerator
/linux/net/mac80211/
H A Drx.c537 if (status->flag & RX_FLAG_AMPDU_EOF_BIT) in ieee80211_add_rx_radiotap_header()