Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/rtwn/usb/
Drtwn_usb_tx.c241 ac = M_WME_GETAC(m); in rtwn_usb_tx_start()
/freebsd-12-stable/sys/dev/rtwn/pci/
Drtwn_pci_tx.c111 qid = M_WME_GETAC(m); in rtwn_pci_tx_start_frame()
/freebsd-12-stable/sys/net80211/
Dieee80211_superg.c654 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()
Dieee80211_freebsd.h320 #define M_WME_GETAC(m) ((m)->m_pkthdr.ether_vtag) macro
Dieee80211_output.c216 int tid = WME_AC_TO_TID(M_WME_GETAC(m)); in ieee80211_vap_pkt_send_dest()
1795 ac = M_WME_GETAC(m); in ieee80211_encap()
2568 params.ibp_pri = M_WME_GETAC(m); in ieee80211_send_probereq()
/freebsd-12-stable/sys/dev/usb/wlan/
Dif_urtw.c1835 KASSERT(M_WME_GETAC(m0) < URTW_8187B_TXPIPE_MAX, in urtw_tx_start()
1836 ("unsupported WME pipe %d", M_WME_GETAC(m0))); in urtw_tx_start()
1837 xfer = rtl8187b_pipes[M_WME_GETAC(m0)]; in urtw_tx_start()
Dif_rum.c1508 ac = M_WME_GETAC(m0); in rum_tx_mgt()
1642 ac = M_WME_GETAC(m0); in rum_tx_data()
Dif_rsu.c2799 prio = M_WME_GETAC(m0); in rsu_tx_start()
2820 which = rsu_wme_ac_xfer_map[M_WME_GETAC(m0)]; in rsu_tx_start()
Dif_uath.c1588 desc->txqid = htobe32(M_WME_GETAC(m0)); in uath_tx_start()
/freebsd-12-stable/sys/dev/wpi/
Dif_wpi.c2813 ac = M_WME_GETAC(m); in wpi_tx_data()
3081 ac = M_WME_GETAC(m); in wpi_raw_xmit()
3142 ac = M_WME_GETAC(m); in wpi_transmit()
/freebsd-12-stable/sys/dev/bwn/
Dif_bwn.c1040 dr = bwn_dma_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1047 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_tx_isfull()
1098 tq = bwn_pio_select(mac, M_WME_GETAC(m)); in bwn_pio_tx_start()
1182 struct bwn_dma_ring *dr = bwn_dma_select(mac, M_WME_GETAC(*mp)); in bwn_dma_tx_start()
/freebsd-12-stable/sys/dev/mwl/
Dif_mwl.c1359 txq = sc->sc_ac2q[M_WME_GETAC(m)]; in mwl_start()
1434 txq = sc->sc_ac2q[M_WME_GETAC(m)]; in mwl_raw_xmit()
/freebsd-12-stable/sys/dev/ath/
Dif_ath_tx.c191 return (WME_AC_TO_TID(M_WME_GETAC(m0))); in ath_tx_gettid()
252 return (M_WME_GETAC(m0)); in ath_tx_getac()
Dif_ath.c4184 pri = M_WME_GETAC(bf->bf_m); in ath_tx_update_stats()
/freebsd-12-stable/share/man/man9/
DMakefile1100 ieee80211_output.9 M_WME_GETAC.9
/freebsd-12-stable/sys/dev/ral/
Drt2661.c1590 ac = M_WME_GETAC(m); in rt2661_start()
Drt2860.c1503 qid = M_WME_GETAC(m); in rt2860_tx()
/freebsd-12-stable/sys/dev/iwi/
Dif_iwi.c1974 ac = M_WME_GETAC(m); in iwi_start()
/freebsd-12-stable/sys/dev/iwn/
Dif_iwn.c4590 ac = M_WME_GETAC(m); in iwn_tx_data()