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.c652 int tid = WME_AC_TO_TID(M_WME_GETAC(m)); in ieee80211_ff_age()
774 const int pri = M_WME_GETAC(m); in ieee80211_ff_check()
H A Dieee80211_freebsd.h322 #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()
1805 ac = M_WME_GETAC(m); in ieee80211_encap()
2635 params.ibp_pri = M_WME_GETAC(m); in ieee80211_send_probereq()
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c1836 KASSERT(M_WME_GETAC(m0) < URTW_8187B_TXPIPE_MAX, in urtw_tx_start()
1837 ("unsupported WME pipe %d", M_WME_GETAC(m0))); in urtw_tx_start()
1838 xfer = rtl8187b_pipes[M_WME_GETAC(m0)]; in urtw_tx_start()
H A Dif_rum.c1506 ac = M_WME_GETAC(m0); in rum_tx_mgt()
1638 ac = M_WME_GETAC(m0); in rum_tx_data()
H A Dif_rsu.c2798 prio = M_WME_GETAC(m0); in rsu_tx_start()
2819 which = rsu_wme_ac_xfer_map[M_WME_GETAC(m0)]; in rsu_tx_start()
H A Dif_uath.c1593 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()
3078 ac = M_WME_GETAC(m); in wpi_raw_xmit()
3139 ac = M_WME_GETAC(m); in wpi_transmit()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c1036 dr = bwn_dma_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1043 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1094 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_pio_tx_start()
1178 struct bwn_dma_ring *dr = bwn_dma_select(mac, M_WME_GETAC(*mp)); in bwn_dma_tx_start()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1355 txq = sc->sc_ac2q[M_WME_GETAC(m)]; in mwl_start()
1430 txq = sc->sc_ac2q[M_WME_GETAC(m)]; in mwl_raw_xmit()
/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.c4236 pri = M_WME_GETAC(bf->bf_m); in ath_tx_update_stats()
/freebsd/sys/dev/ral/
H A Drt2661.c1585 ac = M_WME_GETAC(m); in rt2661_start()
H A Drt2860.c1500 qid = M_WME_GETAC(m); in rt2860_tx()
/freebsd/share/man/man9/
H A DMakefile1256 ieee80211_output.9 M_WME_GETAC.9
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1970 ac = M_WME_GETAC(m); in iwi_start()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4582 ac = M_WME_GETAC(m); in iwn_tx_data()