Symbol: M_WME_GETAC
sys/dev/ath/if_ath.c
4239
pri = M_WME_GETAC(bf->bf_m);
sys/dev/ath/if_ath_tx.c
189
return (WME_AC_TO_TID(M_WME_GETAC(m0)));
sys/dev/ath/if_ath_tx.c
250
return (M_WME_GETAC(m0));
sys/dev/bwn/if_bwn.c
1038
dr = bwn_dma_select(mac, M_WME_GETAC(m));
sys/dev/bwn/if_bwn.c
1045
tq = bwn_pio_select(mac, M_WME_GETAC(m));
sys/dev/bwn/if_bwn.c
1096
tq = bwn_pio_select(mac, M_WME_GETAC(m));
sys/dev/bwn/if_bwn.c
1180
struct bwn_dma_ring *dr = bwn_dma_select(mac, M_WME_GETAC(*mp));
sys/dev/iwi/if_iwi.c
1974
ac = M_WME_GETAC(m);
sys/dev/iwn/if_iwn.c
4590
ac = M_WME_GETAC(m);
sys/dev/mwl/if_mwl.c
1357
txq = sc->sc_ac2q[M_WME_GETAC(m)];
sys/dev/mwl/if_mwl.c
1432
txq = sc->sc_ac2q[M_WME_GETAC(m)];
sys/dev/ral/rt2661.c
1587
ac = M_WME_GETAC(m);
sys/dev/ral/rt2860.c
1503
qid = M_WME_GETAC(m);
sys/dev/rtwn/pci/rtwn_pci_tx.c
109
qid = M_WME_GETAC(m);
sys/dev/rtwn/usb/rtwn_usb_tx.c
297
ac = M_WME_GETAC(m);
sys/dev/usb/wlan/if_rsu.c
2821
prio = M_WME_GETAC(m0);
sys/dev/usb/wlan/if_rsu.c
2842
which = rsu_wme_ac_xfer_map[M_WME_GETAC(m0)];
sys/dev/usb/wlan/if_rum.c
1507
ac = M_WME_GETAC(m0);
sys/dev/usb/wlan/if_rum.c
1639
ac = M_WME_GETAC(m0);
sys/dev/usb/wlan/if_uath.c
1597
desc->txqid = htobe32(M_WME_GETAC(m0));
sys/dev/usb/wlan/if_urtw.c
1842
KASSERT(M_WME_GETAC(m0) < URTW_8187B_TXPIPE_MAX,
sys/dev/usb/wlan/if_urtw.c
1843
("unsupported WME pipe %d", M_WME_GETAC(m0)));
sys/dev/usb/wlan/if_urtw.c
1844
xfer = rtl8187b_pipes[M_WME_GETAC(m0)];
sys/dev/wpi/if_wpi.c
2810
ac = M_WME_GETAC(m);
sys/dev/wpi/if_wpi.c
3080
ac = M_WME_GETAC(m);
sys/dev/wpi/if_wpi.c
3141
ac = M_WME_GETAC(m);
sys/net80211/ieee80211_output.c
1792
ac = M_WME_GETAC(m);
sys/net80211/ieee80211_output.c
219
int tid = WME_AC_TO_TID(M_WME_GETAC(m));
sys/net80211/ieee80211_output.c
2639
params.ibp_pri = M_WME_GETAC(m);
sys/net80211/ieee80211_superg.c
653
int tid = WME_AC_TO_TID(M_WME_GETAC(m));
sys/net80211/ieee80211_superg.c
789
const int pri = M_WME_GETAC(m);