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

/freebsd-12-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_tx.c111 qid = M_WME_GETAC(m);
/freebsd-12-stable/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c241 ac = M_WME_GETAC(m);
/freebsd-12-stable/sys/net80211/
H A Dieee80211_superg.c654 int tid = WME_AC_TO_TID(M_WME_GETAC(m));
774 const int pri = M_WME_GETAC(m);
H A Dieee80211_freebsd.h320 #define M_WME_GETAC(m) ((m)->m_pkthdr.ether_vtag) macro
H A Dieee80211_output.c216 int tid = WME_AC_TO_TID(M_WME_GETAC(m));
1795 ac = M_WME_GETAC(m);
2568 params.ibp_pri = M_WME_GETAC(m);
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c2813 ac = M_WME_GETAC(m);
3081 ac = M_WME_GETAC(m);
3142 ac = M_WME_GETAC(m);
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_urtw.c1835 KASSERT(M_WME_GETAC(m0) < URTW_8187B_TXPIPE_MAX,
1836 ("unsupported WME pipe %d", M_WME_GETAC(m0)));
1837 xfer = rtl8187b_pipes[M_WME_GETAC(m0)];
H A Dif_rsu.c2799 prio = M_WME_GETAC(m0);
2820 which = rsu_wme_ac_xfer_map[M_WME_GETAC(m0)];
H A Dif_rum.c1508 ac = M_WME_GETAC(m0);
1642 ac = M_WME_GETAC(m0);
H A Dif_uath.c1588 desc->txqid = htobe32(M_WME_GETAC(m0));
/freebsd-12-stable/sys/dev/bwn/
H A Dif_bwn.c1040 dr = bwn_dma_select(mac, M_WME_GETAC(m));
1047 tq = bwn_pio_select(mac, M_WME_GETAC(m));
1098 tq = bwn_pio_select(mac, M_WME_GETAC(m));
1182 struct bwn_dma_ring *dr = bwn_dma_select(mac, M_WME_GETAC(*mp));
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c1359 txq = sc->sc_ac2q[M_WME_GETAC(m)];
1434 txq = sc->sc_ac2q[M_WME_GETAC(m)];
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath_tx.c191 return (WME_AC_TO_TID(M_WME_GETAC(m0)));
252 return (M_WME_GETAC(m0));
H A Dif_ath.c4184 pri = M_WME_GETAC(bf->bf_m);
/freebsd-12-stable/sys/dev/ral/
H A Drt2661.c1590 ac = M_WME_GETAC(m);
H A Drt2860.c1503 qid = M_WME_GETAC(m);
/freebsd-12-stable/share/man/man9/
H A DMakefile1094 ieee80211_output.9 M_WME_GETAC.9
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwi.c1974 ac = M_WME_GETAC(m);
/freebsd-12-stable/sys/dev/iwn/
H A Dif_iwn.c4590 ac = M_WME_GETAC(m);

Completed in 409 milliseconds