Searched refs:M_WME_GETAC (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.c640 int tid = WME_AC_TO_TID(M_WME_GETAC(m));
756 const int pri = M_WME_GETAC(m);
H A Dieee80211_freebsd.h304 #define M_WME_GETAC(m) ((m)->m_pkthdr.ether_vtag) macro
H A Dieee80211_output.c187 int tid = WME_AC_TO_TID(M_WME_GETAC(m));
1524 ac = M_WME_GETAC(m);
2159 params.ibp_pri = M_WME_GETAC(m);
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tx.c185 int pri = M_WME_GETAC(m0);
232 int pri = M_WME_GETAC(m0);
1610 pri = M_WME_GETAC(m0); /* honor classification */
2895 pri = M_WME_GETAC(m0); /* honor classification */
H A Dif_ath.c4069 pri = M_WME_GETAC(bf->bf_m);
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c2151 prio = M_WME_GETAC(m0);
2170 which = rsu_wme_ac_xfer_map[M_WME_GETAC(m0)];
H A Dif_urtw.c1827 KASSERT(M_WME_GETAC(m0) < URTW_8187B_TXPIPE_MAX,
1828 ("unsupported WME pipe %d", M_WME_GETAC(m0)));
1829 xfer = rtl8187b_pipes[M_WME_GETAC(m0)];
H A Dif_rum.c1469 ac = M_WME_GETAC(m0);
1605 ac = M_WME_GETAC(m0);
H A Dif_uath.c1583 desc->txqid = htobe32(M_WME_GETAC(m0));
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2789 ac = M_WME_GETAC(m);
3061 ac = M_WME_GETAC(m);
3122 ac = M_WME_GETAC(m);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c908 dr = bwn_dma_select(mac, M_WME_GETAC(m));
915 tq = bwn_pio_select(mac, M_WME_GETAC(m));
966 tq = bwn_pio_select(mac, M_WME_GETAC(m));
1050 struct bwn_dma_ring *dr = bwn_dma_select(mac, M_WME_GETAC(*mp));
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c1361 txq = sc->sc_ac2q[M_WME_GETAC(m)];
1436 txq = sc->sc_ac2q[M_WME_GETAC(m)];
/freebsd-11-stable/sys/dev/ral/
H A Drt2661.c1612 ac = M_WME_GETAC(m);
H A Drt2860.c1502 qid = M_WME_GETAC(m);
/freebsd-11-stable/share/man/man9/
H A DMakefile922 ieee80211_output.9 M_WME_GETAC.9
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1606 qid = M_WME_GETAC(m);
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c1972 ac = M_WME_GETAC(m);
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c3247 ac = M_WME_GETAC(m);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c4398 ac = M_WME_GETAC(m);

Completed in 719 milliseconds