OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ac2idx
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/
if_rtwnreg.h
168
int
ac2idx
[WME_NUM_AC];
member in struct:rtwn_softc
/src/sys/dev/usb/
if_urtwnvar.h
143
int
ac2idx
[WME_NUM_AC];
member in struct:urtwn_softc
if_urtwn.c
711
sc->
ac2idx
[WME_AC_BK] =
712
sc->
ac2idx
[WME_AC_BE] = (ntx == 3) ? 2 : ((ntx == 2) ? 1 : 0);
713
sc->
ac2idx
[WME_AC_VI] = (ntx == 3) ? 1 : 0;
714
sc->
ac2idx
[WME_AC_VO] = 0; /* Always use highest prio. */
867
urtwn_get_tx_data(sc, sc->
ac2idx
[WME_AC_VO]);
2930
data = urtwn_get_tx_data(sc, sc->
ac2idx
[WME_AC_VO]);
2962
data = urtwn_get_tx_data(sc, sc->
ac2idx
[qid]);
Completed in 14 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025