Home
last modified time | relevance | path

Searched refs:M_AMPDU_MPDU (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c399 (m->m_flags & M_AMPDU_MPDU) != 0); in r92c_fill_tx_desc()
400 if (m->m_flags & M_AMPDU_MPDU) { in r92c_fill_tx_desc()
455 if (m->m_flags & M_AMPDU_MPDU) in r92c_fill_tx_desc()
/freebsd/sys/net80211/
H A Dieee80211_freebsd.h297 #define M_AMPDU_MPDU M_PROTO8 /* ok for A-MPDU aggregation */ macro
304 M_AMPDU_MPDU|M_FRAG|M_FIRSTFRAG|M_LASTFRAG)
310 #define M_AMPDU_MPDU M_PROTO8 /* A-MPDU re-order done */
312 #define M_80211_RX (M_AMPDU|M_WEP|M_AMPDU_MPDU)
H A Dieee80211_wds.c429 if (m->m_flags & M_AMPDU_MPDU) { in wds_input()
H A Dieee80211_adhoc.c326 if (m->m_flags & M_AMPDU_MPDU) { in adhoc_input()
H A Dieee80211_output.c229 m->m_flags |= M_AMPDU_MPDU; in ieee80211_vap_pkt_send_dest()
973 m->m_flags |= M_AMPDU_MPDU; in ieee80211_send_setup()
1818 if ((m->m_flags & M_AMPDU_MPDU) == 0) { in ieee80211_encap()
1867 (m->m_flags & (M_FF | M_AMPDU_MPDU)) == 0); in ieee80211_encap()
H A Dieee80211_ht.c807 m->m_flags |= M_AMPDU_MPDU; /* bypass normal processing */ in ampdu_dispatch()
1015 KASSERT((m->m_flags & (M_AMPDU | M_AMPDU_MPDU)) == M_AMPDU, in ieee80211_ampdu_reorder()
H A Dieee80211_sta.c583 if (m->m_flags & M_AMPDU_MPDU) { in sta_input()
H A DDATAPATH_TRANSMIT.md117 * If the frame is part of an MPDU (m->m_flags & M_AMPDU_MPDU) then
H A Dieee80211_hostap.c491 if (m->m_flags & M_AMPDU_MPDU) { in hostap_input()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn_tx.c187 if ((m->m_flags & M_AMPDU_MPDU) == 0) in rtwn_tx_data()
237 if ((m->m_flags & M_AMPDU_MPDU) == 0) in rtwn_tx_raw()
/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c368 if (m->m_flags & M_AMPDU_MPDU) { in r12a_fill_tx_desc()
436 if (m->m_flags & M_AMPDU_MPDU) in r12a_fill_tx_desc()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1602 if ((m0->m_flags & M_AMPDU_MPDU) == 0) in ath_tx_normal_setup()
2217 if ((m0->m_flags & M_AMPDU_MPDU) == 0) in ath_tx_raw_start()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4591 if (m->m_flags & M_AMPDU_MPDU) { in iwn_tx_data()
4601 if ((m->m_flags & M_AMPDU_MPDU) == 0) in iwn_tx_data()
4668 if (m->m_flags & M_AMPDU_MPDU) { in iwn_tx_data()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3777 if ((m->m_flags & M_AMPDU_MPDU) == 0) in iwm_tx()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c5773 if ((m->m_flags & M_AMPDU_MPDU) == 0) in iwx_tx()