Searched refs:M_AMPDU_MPDU (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c273 (m->m_flags & M_AMPDU_MPDU) != 0);
274 if (m->m_flags & M_AMPDU_MPDU) {
337 if (m->m_flags & M_AMPDU_MPDU) {
/freebsd-12-stable/sys/net80211/
H A Dieee80211_freebsd.h285 #define M_AMPDU_MPDU M_PROTO8 /* ok for A-MPDU aggregation */ macro
292 M_AMPDU_MPDU|M_FRAG|M_FIRSTFRAG|M_LASTFRAG)
298 #define M_AMPDU_MPDU M_PROTO8 /* A-MPDU re-order done */
300 #define M_80211_RX (M_AMPDU|M_WEP|M_AMPDU_MPDU)
305 "\24M_AMPDU_MPDU\25M_FRAG\26M_FIRSTFRAG\27M_LASTFRAG"
309 "\15M_AMPDU\16M_WEP\24M_AMPDU_MPDU"
H A Dieee80211_wds.c433 if (m->m_flags & M_AMPDU_MPDU) {
436 * w/ M_AMPDU_MPDU marked have already passed through
439 * with the M_AMPDU_MPDU flag and we can bypass most of
H A Dieee80211_adhoc.c332 if (m->m_flags & M_AMPDU_MPDU) {
335 * w/ M_AMPDU_MPDU marked have already passed through
338 * with the M_AMPDU_MPDU flag and we can bypass most of
H A Dieee80211_output.c226 m->m_flags |= M_AMPDU_MPDU;
971 m->m_flags |= M_AMPDU_MPDU;
1821 if ((m->m_flags & M_AMPDU_MPDU) == 0) {
1889 (m->m_flags & (M_FF | M_AMPDU_MPDU)) == 0);
H A Dieee80211_ht.c799 * M_AMPDU_MPDU flag so it doesn't come back to us (it also
805 m->m_flags |= M_AMPDU_MPDU; /* bypass normal processing */
806 /* NB: rssi and noise are ignored w/ M_AMPDU_MPDU set */
1013 KASSERT((m->m_flags & (M_AMPDU | M_AMPDU_MPDU)) == M_AMPDU,
H A Dieee80211_hostap.c498 if (m->m_flags & M_AMPDU_MPDU) {
501 * w/ M_AMPDU_MPDU marked have already passed through
504 * with the M_AMPDU_MPDU flag and we can bypass most of
H A Dieee80211_sta.c563 if (m->m_flags & M_AMPDU_MPDU) {
566 * w/ M_AMPDU_MPDU marked have already passed through
569 * with the M_AMPDU_MPDU flag and we can bypass most of
/freebsd-12-stable/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c275 if (m->m_flags & M_AMPDU_MPDU) {
338 if (m->m_flags & M_AMPDU_MPDU) {
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c4591 if (m->m_flags & M_AMPDU_MPDU) {
4666 if (m->m_flags & M_AMPDU_MPDU) {

Completed in 203 milliseconds