Home
last modified time | relevance | path

Searched refs:IEEE80211_RX_AMSDU (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Drx.c876 status->rx_flags |= IEEE80211_RX_AMSDU; in ieee80211_parse_qos()
2784 if (!(status->rx_flags & IEEE80211_RX_AMSDU)) in ieee80211_rx_h_amsdu()
4427 if (!(status->rx_flags & IEEE80211_RX_AMSDU)) { in ieee80211_invoke_fast_rx()
4481 if (status->rx_flags & IEEE80211_RX_AMSDU) { in ieee80211_invoke_fast_rx()
H A Dieee80211_i.h173 * @IEEE80211_RX_AMSDU: a-MSDU packet
181 IEEE80211_RX_AMSDU = BIT(3), enumerator
/kernel/linux/linux-6.6/net/mac80211/
H A Drx.c887 status->rx_flags |= IEEE80211_RX_AMSDU; in ieee80211_parse_qos()
3067 if (!(status->rx_flags & IEEE80211_RX_AMSDU)) in ieee80211_rx_h_amsdu()
4863 !(status->rx_flags & IEEE80211_RX_AMSDU)) { in ieee80211_invoke_fast_rx()
4891 if (status->rx_flags & IEEE80211_RX_AMSDU) { in ieee80211_invoke_fast_rx()
H A Dieee80211_i.h176 * @IEEE80211_RX_AMSDU: a-MSDU packet
184 IEEE80211_RX_AMSDU = BIT(3), enumerator

Completed in 20 milliseconds