Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/pci/
H A Drtwn_pci_tx.c109 qid = M_WME_GETAC(m); in rtwn_pci_tx_start_frame()
/freebsd/sys/dev/rtwn/usb/
H A Drtwn_usb_tx.c297 ac = M_WME_GETAC(m); in rtwn_usb_tx_start()
/freebsd/sys/net80211/
H A Dieee80211_superg.c653 int tid = WME_AC_TO_TID(M_WME_GETAC(m)); in ieee80211_ff_age()
789 const int pri = M_WME_GETAC(m); in ieee80211_ff_check()
H A Dieee80211_freebsd.h332 #define M_WME_GETAC(m) ((m)->m_pkthdr.ether_vtag) macro
H A Dieee80211_output.c219 int tid = WME_AC_TO_TID(M_WME_GETAC(m)); in ieee80211_vap_pkt_send_dest()
1792 ac = M_WME_GETAC(m); in ieee80211_encap()
2639 params.ibp_pri = M_WME_GETAC(m); in ieee80211_send_probereq()
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c1842 KASSERT(M_WME_GETAC(m0) < URTW_8187B_TXPIPE_MAX, in urtw_tx_start()
1843 ("unsupported WME pipe %d", M_WME_GETAC(m0))); in urtw_tx_start()
1844 xfer = rtl8187b_pipes[M_WME_GETAC(m0)]; in urtw_tx_start()
H A Dif_rum.c1507 ac = M_WME_GETAC(m0); in rum_tx_mgt()
1639 ac = M_WME_GETAC(m0); in rum_tx_data()
H A Dif_rsu.c2821 prio = M_WME_GETAC(m0); in rsu_tx_start()
2842 which = rsu_wme_ac_xfer_map[M_WME_GETAC(m0)]; in rsu_tx_start()
H A Dif_uath.c1597 desc->txqid = htobe32(M_WME_GETAC(m0)); in uath_tx_start()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2810 ac = M_WME_GETAC(m); in wpi_tx_data()
3080 ac = M_WME_GETAC(m); in wpi_raw_xmit()
3141 ac = M_WME_GETAC(m); in wpi_transmit()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c1038 dr = bwn_dma_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1045 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1096 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_pio_tx_start()
1180 struct bwn_dma_ring *dr = bwn_dma_select(mac, M_WME_GETAC(*mp)); in bwn_dma_tx_start()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c189 return (WME_AC_TO_TID(M_WME_GETAC(m0))); in ath_tx_gettid()
250 return (M_WME_GETAC(m0)); in ath_tx_getac()
H A Dif_ath.c4239 pri = M_WME_GETAC(bf->bf_m); in ath_tx_update_stats()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1357 txq = sc->sc_ac2q[M_WME_GETAC(m)]; in mwl_start()
1432 txq = sc->sc_ac2q[M_WME_GETAC(m)]; in mwl_raw_xmit()
/freebsd/sys/dev/ral/
H A Drt2661.c1587 ac = M_WME_GETAC(m); in rt2661_start()
H A Drt2860.c1503 qid = M_WME_GETAC(m); in rt2860_tx()
/freebsd/share/man/man9/
H A DMakefile1270 ieee80211_output.9 M_WME_GETAC.9
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1974 ac = M_WME_GETAC(m); in iwi_start()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4590 ac = M_WME_GETAC(m); in iwn_tx_data()