Home
last modified time | relevance | path

Searched refs:WME_AC_TO_TID (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_superg.c652 int tid = WME_AC_TO_TID(M_WME_GETAC(m)); in ieee80211_ff_age()
795 tap = &ni->ni_tx_ampdu[WME_AC_TO_TID(pri)]; in ieee80211_ff_check()
796 mstaged = ni->ni_tx_superg[WME_AC_TO_TID(pri)]; in ieee80211_ff_check()
839 ni->ni_tx_superg[WME_AC_TO_TID(pri)] = NULL; in ieee80211_ff_check()
862 ni->ni_tx_superg[WME_AC_TO_TID(pri)] = NULL; in ieee80211_ff_check()
880 KASSERT(ni->ni_tx_superg[WME_AC_TO_TID(pri)] == NULL, in ieee80211_ff_check()
882 ni->ni_tx_superg[WME_AC_TO_TID(pri)])); in ieee80211_ff_check()
883 ni->ni_tx_superg[WME_AC_TO_TID(pri)] = m; in ieee80211_ff_check()
H A Dieee80211.h421 #define WME_AC_TO_TID(_ac) ( \ macro
H A Dieee80211_output.c219 int tid = WME_AC_TO_TID(M_WME_GETAC(m)); in ieee80211_vap_pkt_send_dest()
1141 const int tid = WME_AC_TO_TID(WME_AC_BE); in ieee80211_send_nulldata()
1807 tid = WME_AC_TO_TID(ac); in ieee80211_encap()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c828 const int tid = WME_AC_TO_TID(WME_AC_BE); in rtwn_construct_nulldata()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c189 return (WME_AC_TO_TID(M_WME_GETAC(m0))); in ath_tx_gettid()
2329 bf->bf_state.bfs_tid = WME_AC_TO_TID(pri); in ath_tx_raw_start()